From 99c38d2a5e2c2887cfdd5192c851a1e3113d4ff6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 21 Mar 2024 22:41:26 +0000
Subject: [PATCH] fix(deps): update rust crate jsonwebtoken to 9.3.0

---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 18f9633c4..42755fbf8 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 eb9976827..05b9783d7 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"
 
-- 
GitLab