diff --git a/Cargo.toml b/Cargo.toml index b51d47a..4265ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "^1.0.0" diesel = { version = "1.3.2", features = ["postgres","chrono","serde_json", "r2d2"] } num_cpus = "1.8" regex = "1.0.0" -jsonwebtoken = "^5.0.1" +jsonwebtoken = "^10.0.0" # actix-web = { version = "0.7", features = ["alpn"], default-features = false } actix-web = { version = "0.7", default-features = false }