From 93ead464a23faf189ad12b909da97e0d860e8905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:53:28 +0000 Subject: [PATCH] build(deps): bump jsonwebtoken from 10.2.0 to 10.3.0 in /backend Bumps [jsonwebtoken](https://github.com/Keats/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 update-type: version-update:semver-minor ... 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 baa7eaf6..19fbd586 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1303,9 +1303,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", "ed25519-dalek", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8a269c16..b63c4094 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -18,7 +18,7 @@ color-eyre = "0.6.5" dotenvy = "0.15.7" fs-err = { version = "3.2.2", features = ["tokio"] } git2 = "0.20.4" -jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] } oauth2 = "5.0.0" reqwest = { version = "0.12.24", features = ["stream", "json"] } serde = { version = "1.0.228", features = ["derive"] }