From 3b3bb6f0e79602e045a72b4724f081e3c0c6e2bb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 1 Nov 2019 22:32:57 +0100 Subject: [PATCH] There's a new version of base64 around. Okay. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e652ffb..4c4118d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = [] tls = ["native-tls", "tokio-tls"] [dependencies] -base64 = "0.10" +base64 = "0.11" clap = "2.33.0" futures = "0.1.29" hyper = "0.12.35"