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