From 3090a68d5383c572deba077d37d44e1c0424ac11 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 25 Oct 2019 18:42:29 -0400 Subject: [PATCH] dependencies: upgrade base64 to latest version (#692) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d47e3bd..1a6da62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ http = "0.1.15" url = "2.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -base64 = "0.10" +base64 = "0.11" bytes = "0.4" encoding_rs = "0.8" futures-core-preview = { version = "=0.3.0-alpha.19" }