From bad9bd7454f5a5590cd0a39070530a88bb3e884d Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sat, 20 Jun 2020 13:24:51 +0100 Subject: [PATCH] Fix at base64 0.12.1 0.12.2 has a breaking MSRV change --- rustls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml index c75c035a..dbde3f6a 100644 --- a/rustls/Cargo.toml +++ b/rustls/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "cryptography"] autobenches = false [dependencies] -base64 = "0.12" +base64 = "=0.12.1" log = { version = "0.4.4", optional = true } ring = "0.16.11" sct = "0.6.0"