From 195af70c403e6770c64d8bff88be09b4ea1fd3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:51:46 +0000 Subject: [PATCH] chore(deps)(deps): bump jsonwebtoken from 9.3.1 to 10.2.0 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.1 to 10.2.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.2.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- crates/orbit-star/Cargo.toml | 2 +- crates/orbit-web/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d04415f..575d498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3504,16 +3504,17 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.3.1" +version = "10.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" +checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" dependencies = [ "base64", + "getrandom 0.2.16", "js-sys", "pem", - "ring", "serde", "serde_json", + "signature 2.2.0", "simple_asn1", ] diff --git a/crates/orbit-star/Cargo.toml b/crates/orbit-star/Cargo.toml index 5c0c466..6558d2c 100644 --- a/crates/orbit-star/Cargo.toml +++ b/crates/orbit-star/Cargo.toml @@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Security uuid = { version = "1.11", features = ["v4"] } -jsonwebtoken = "9.3" +jsonwebtoken = "10.2" sha2 = "0.10" serde = { version = "1.0", features = ["derive"] } diff --git a/crates/orbit-web/Cargo.toml b/crates/orbit-web/Cargo.toml index 02943c3..55f8ea7 100644 --- a/crates/orbit-web/Cargo.toml +++ b/crates/orbit-web/Cargo.toml @@ -40,7 +40,7 @@ utoipa-swagger-ui = { version = "9", features = ["axum"] } # Auth & Security argon2 = "0.5" -jsonwebtoken = "9.0" +jsonwebtoken = "10.2" rand_core = { version = "0.9", features = ["std"] } # Database