diff --git a/Cargo.lock b/Cargo.lock
index 18f9633c4765ed737a16c04c69c412a1498bebeb..42755fbf8cb75006ace84f25ea796cb27ef0216a 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 eb9976827043465c90717a9d838407a901a3b4a0..05b9783d7c3003c8c9324789624ebbbfd5e35303 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"