From 8d6affbd977af9383ec0c76b0641039d7b7bd89d Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Wed, 27 Jun 2018 20:27:26 +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 4aac492..a3a61fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ categories = ["network-programming", "cryptography"] [dependencies] ring = "0.13.0-alpha4" -untrusted = "0.6.1" +untrusted = "0.6.2"