From 115415ebb1d7aeb688cb40a3aaa4380df35bbd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:46:59 +0000 Subject: [PATCH] chore(deps): bump jsonwebtoken from 9.3.1 to 10.1.0 Bumps [jsonwebtoken](https://github.com/Keats/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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- nicknamer/server/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60d84d04..72c9776a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2817,10 +2817,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", - "wasm-bindgen", ] [[package]] @@ -3867,16 +3865,17 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.3.1" +version = "10.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" +checksum = "3d119c6924272d16f0ab9ce41f7aa0bfef9340c00b0bb7ca3dd3b263d4a9150b" dependencies = [ "base64 0.22.1", + "getrandom 0.2.15", "js-sys", "pem", - "ring", "serde", "serde_json", + "signature", "simple_asn1", ] diff --git a/nicknamer/server/Cargo.toml b/nicknamer/server/Cargo.toml index e3401d11..22d83dfa 100644 --- a/nicknamer/server/Cargo.toml +++ b/nicknamer/server/Cargo.toml @@ -16,7 +16,7 @@ axum = "0.8.6" axum-extra = { version = "0.12.1", features = ["cookie"] } chrono = "0.4.42" config = "0.15.18" -jsonwebtoken = "9.3.1" +jsonwebtoken = "10.1.0" migration = { version = "0.1.0", path = "./migration" } sea-orm = { version = "1.1.17", features = [ "sqlx-postgres",