From 30f45e76c4c6501eed727fcffdc90249a56554e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 05:56:37 +0000 Subject: [PATCH] chore(deps): bump jsonwebtoken Bumps the cargo group with 1 update in the /apps/api-axum directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 9.3.1 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...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] --- apps/api-axum/Cargo.lock | 7 ++++--- apps/api-axum/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/api-axum/Cargo.lock b/apps/api-axum/Cargo.lock index 91b4f4e..f2fd11a 100644 --- a/apps/api-axum/Cargo.lock +++ b/apps/api-axum/Cargo.lock @@ -2352,16 +2352,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 0.22.1", + "getrandom 0.2.17", "js-sys", "pem", - "ring", "serde", "serde_json", + "signature", "simple_asn1", ] diff --git a/apps/api-axum/Cargo.toml b/apps/api-axum/Cargo.toml index 57c308e..20053b8 100644 --- a/apps/api-axum/Cargo.toml +++ b/apps/api-axum/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.45", features = ["serde"] } dotenvy = "0.15.7" hex = "0.4" hmac = "0.12" -jsonwebtoken = "9" +jsonwebtoken = "10" lettre = { version = "0.11.23", default-features = false, features = [ "tokio1", "smtp-transport",