diff --git a/Cargo.toml b/Cargo.toml index f61ef38..d0d5f26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ uuid = { version = "1.12.1", features = ["v4", "serde"] } ipnet = { version = "2.11.0", features = ["serde"] } chrono = "0.4.40" futures-util = { version = "0.3.31", features = ["sink"] } -jwt-simple = { version = "0.12.11", default-features = false, features = ["pure-rust"] } +jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] } actix-remote-ip = "0.1.0" bytes = "1.10.1" sha2 = "0.11.0-pre.4"