From 5aa517b9b474b7c188750f3e9a9ee7dfd03e74b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Oct 2020 09:45:10 +0300 Subject: [PATCH] Update base64 dependency to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 933065d..5c67eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ mime_guess = "2.0" serde_json = { version = "1.0", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -base64 = "0.12" +base64 = "0.13" encoding_rs = "0.8" futures-core = { version = "0.3.0", default-features = false } futures-util = { version = "0.3.0", default-features = false }