diff --git a/user-management-service/Cargo.toml b/user-management-service/Cargo.toml index 4a51161..f299ef0 100644 --- a/user-management-service/Cargo.toml +++ b/user-management-service/Cargo.toml @@ -20,7 +20,7 @@ glc = { path = "../game-library-common" } hex = "0.4" hmac = "0.13" itertools = "0.14" -jsonwebtoken = { version = "10", default-features = false, features = ["aws_lc_rs"] } +jsonwebtoken = { version = "11", default-features = false, features = ["aws_lc_rs"] } mime = "0.3" rand = "0.10" reqwest = { version = "0.13", features = ["cookies", "json"] }