From b1708823de33d0a33e07f61c82ef9e0d18812774 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 17 Jan 2019 22:44:22 +0100 Subject: [PATCH] Update base64. --- sasl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasl/Cargo.toml b/sasl/Cargo.toml index 46e5717b..af0f340e 100644 --- a/sasl/Cargo.toml +++ b/sasl/Cargo.toml @@ -18,7 +18,7 @@ default = ["scram"] scram = ["openssl"] [dependencies] -base64 = "0.9.1" +base64 = "0.10" [dependencies.openssl] version = "0.10.7"