diff --git a/Cargo.toml b/Cargo.toml index bb0d200..56c686f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ openssl = { version = "=0.10.68", features = ["vendored"] } [workspace.dependencies] reqwest = { version = "=0.12.9", features = ["blocking", "gzip", "json"] } -jsonwebtoken = "=9.3.0" +jsonwebtoken = "=9.3.1" anyhow = "=1.0.87" axum = { version = "=0.7.7", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.4", features = [