From c55e4770c097f8e1d7a3c74d7726908b5e89d0fd Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 11 Oct 2016 16:13:21 +0200 Subject: [PATCH] Update ring --- .gitignore | 1 + Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9d37c5..4a1e9db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target Cargo.lock +.idea/ diff --git a/Cargo.toml b/Cargo.toml index 4bf5b35..9f7e9cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ keywords = ["jwt", "web", "api", "token", "json"] [dependencies] rustc-serialize = "0.3" -clippy = {version = "~0.0.44", optional = true} -ring = "0.3" +clippy = {version = "~0.0.95", optional = true} +ring = "0.4" [features] default = []