From 069955ceb58c94b187689ff1eb5224ff36a12f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Oct 2020 09:52:58 +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 286dad3..2f6a1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tls = ["native-tls"] tls-vendored = ["native-tls", "native-tls/vendored"] [dependencies] -base64 = "0.12.0" +base64 = "0.13" byteorder = "1.3.2" bytes = "0.5" http = "0.2"