Merge pull request #26 from celaus/master

updated ring dependency to 0.7
This commit is contained in:
Vincent Prouillet 2017-04-02 15:32:20 +09:00 committed by GitHub
commit adea68b8c9
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"