From 5ed645248f75a19043a22e7e4c7e6124db90d7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:22:51 +0000 Subject: [PATCH] build(deps): update jsonwebtoken requirement from 9.1.0 to 10.2.0 Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.1.0...v10.2.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- actix-web-grants/Cargo.toml | 2 +- poem-grants/Cargo.toml | 2 +- protect-axum/Cargo.toml | 2 +- protect-salvo/Cargo.toml | 2 +- rocket-grants/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actix-web-grants/Cargo.toml b/actix-web-grants/Cargo.toml index 0f5a9e4..dab749e 100644 --- a/actix-web-grants/Cargo.toml +++ b/actix-web-grants/Cargo.toml @@ -28,5 +28,5 @@ actix-web-httpauth = "0.8.0" actix-rt = "2" serde = { version = "1.0", features = ["derive"] } parse-display = "0.10.0" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" chrono = "0.4" diff --git a/poem-grants/Cargo.toml b/poem-grants/Cargo.toml index 580a978..af32a96 100644 --- a/poem-grants/Cargo.toml +++ b/poem-grants/Cargo.toml @@ -29,5 +29,5 @@ poem = {version = "3", features = ["test"]} poem-openapi = "5.0" serde = {version = "1.0", features = ["derive"]} tokio = {version = "1.34.0", features = ["rt-multi-thread"]} -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" chrono = "0.4" diff --git a/protect-axum/Cargo.toml b/protect-axum/Cargo.toml index 157c4d1..9ea700e 100644 --- a/protect-axum/Cargo.toml +++ b/protect-axum/Cargo.toml @@ -29,7 +29,7 @@ tower = { version = "0.5", default-features = false } axum = { version = "0.8.1" } chrono = "0.4" http-body-util = "0.1.0" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" parse-display = "0.10.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.64" diff --git a/protect-salvo/Cargo.toml b/protect-salvo/Cargo.toml index cb092c6..e2fe5e5 100644 --- a/protect-salvo/Cargo.toml +++ b/protect-salvo/Cargo.toml @@ -30,7 +30,7 @@ tower = { version = "0.5", default-features = false } [dev-dependencies] chrono = "0.4" http-body-util = "0.1.0" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" parse-display = "0.10.0" salvo = { version = "0.75", default-features = false, features = ["test"] } serde = { version = "1.0", features = ["derive"] } diff --git a/rocket-grants/Cargo.toml b/rocket-grants/Cargo.toml index b7827bb..564d453 100644 --- a/rocket-grants/Cargo.toml +++ b/rocket-grants/Cargo.toml @@ -30,4 +30,4 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.34.0", features = ["rt-multi-thread"] } chrono = "0.4" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0"