From 21ac171a8563ea612bf2be05ae28b05ed30c33e8 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 8 May 2017 16:04:12 -1000 Subject: [PATCH] Update to *ring* 0.9.3. *ring* 0.9.3 is the first version that prevents multiple versions of *ring* from being linked together. Soon *ring* 0.9.3 will be the oldest version of *ring* on crates.io. *ring* 0.6.* have already been yanked. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b06fd16..bde51c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,5 @@ categories = ["cryptography", "algorithms"] readme = "README.md" [dependencies] -ring = "^0.6.0" +ring = "^0.9.3" rand = "^0.3.0" -