Update ring to 0.3

This commit is contained in:
Vincent Prouillet 2016-08-24 12:48:50 +01:00
parent ab2c9210bf
commit 2ba03d6f06
1 changed files with 1 additions and 1 deletions

View File

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