Require untrusted 0.6.2

This commit is contained in:
Joseph Birr-Pixton 2018-06-27 20:27:44 +01:00
parent 8a78639c7f
commit c525993e86
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }