Update ring

This commit is contained in:
Vincent Prouillet 2016-10-11 16:13:21 +02:00
parent d423550209
commit c55e4770c0
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
target
Cargo.lock
.idea/

View File

@ -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 = []