From 8ebc5ba6db703db7fb0c17a9763351ee4efb6a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:09:26 +0000 Subject: [PATCH] build(deps): bump jsonwebtoken in the security group Bumps the security group with 1 update: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 9.3.1 to 10.1.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.1.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: security ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fd72f5..9818ef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,16 +1295,17 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.3.1" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64", + "getrandom 0.2.16", "js-sys", "pem", - "ring", "serde", "serde_json", + "signature", "simple_asn1", ] @@ -1778,7 +1779,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index adc92ba..364da23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ bytes = "1" # Auth & Security (placeholders for later) argon2 = "0.5" -jsonwebtoken = "9" +jsonwebtoken = "10" rand = "0.10" # HTTP Client