diff --git a/Cargo.lock b/Cargo.lock index 18f9633c..42755fbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1292,9 +1292,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.2.0" +version = "9.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7ea04a7c5c055c175f189b6dc6ba036fd62306b58c66c9f6389036c503a3f4" +checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" dependencies = [ "base64 0.21.7", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index eb997682..05b9783d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_regex = "1.1.0" itertools = "0.12.1" # jwt jsonwebtokens -jsonwebtoken = "9.2.0" +jsonwebtoken = "9.3.0" lru-cache = "0.1.2"