From c525993e86670b7495d153d4881f21fe2d48b6b1 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Wed, 27 Jun 2018 20:27:44 +0100 Subject: [PATCH] Require untrusted 0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3253df7c..890a2ef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/ctz/rustls" categories = ["network-programming", "cryptography"] [dependencies] -untrusted = "0.6.1" +untrusted = "0.6.2" base64 = "0.9" log = { version = "0.4.0", optional = true } ring = { version = "0.13.0-alpha5", features = ["rsa_signing"] }