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"