From 2ba03d6f061ad2b4887663bb46dd8245598748d4 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 24 Aug 2016 12:48:50 +0100 Subject: [PATCH] Update ring to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b417002..8719c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["jwt", "web", "api", "token", "json"] [dependencies] rustc-serialize = "0.3" clippy = {version = "~0.0.44", optional = true} -ring = "0.2" +ring = "0.3" [features] default = []