updated ring dependency to 0.7

This commit is contained in:
Claus Matzinger 2017-04-01 21:02:08 +02:00
parent f9d6d9d685
commit 8de24e2a63
No known key found for this signature in database
GPG Key ID: D67A1F4E8B504267
1 changed files with 2 additions and 2 deletions

View File

@ -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"