From 685852d30404ead52c29a16e5d3a58169edccc32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:48:48 +0000 Subject: [PATCH] Bump jsonwebtoken in /backend in the cargo group across 1 directory Bumps the cargo group with 1 update in the /backend directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 10.2.0 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b3a329a..7b8b8bf 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1741,9 +1741,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.2.0" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3bf17a3..63c724b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -30,7 +30,7 @@ r2d2 = "0.8.10" r2d2_sqlite = { version = "0.32.0", features = ["bundled-sqlcipher"] } openssl = "0.10.75" argon2 = "0.5.3" -jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] } openidconnect = "4.0.1" anyhow = "1.0.100" num_enum = "0.7.5"