From b42d2e0e0c795223916dbd2ce71fadd89d65683b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 8 Mar 2020 19:37:26 -0400 Subject: [PATCH] Bumped base64 to latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 791f4b6..a0809fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ serde = "1.0" serde_json = { version = "1.0", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -base64 = "0.11" +base64 = "0.12" encoding_rs = "0.8" futures-core = { version = "0.3.0", default-features = false } futures-util = { version = "0.3.0", default-features = false }