diff --git a/Cargo.toml b/Cargo.toml index 23349f6..97d113b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"