From 8de24e2a63d7efd36ee3dd2fcfd7bb811606eb7f Mon Sep 17 00:00:00 2001 From: Claus Matzinger Date: Sat, 1 Apr 2017 21:02:08 +0200 Subject: [PATCH] updated ring dependency to 0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23349f6..97d113b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ repository = "https://github.com/Keats/rust-jwt" keywords = ["jwt", "web", "api", "token", "json"] [dependencies] -rustc-serialize = "0.3" -ring = "0.6" +rustc-serialize = "^0.3" +ring = "^0.7"