From 77a995749bd7725d5bc317bdfe61695c1a1e4be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:04:08 +0000 Subject: [PATCH] chore(deps): update jsonwebtoken requirement from 10 to 11 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/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 11.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0630726..aa90b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ stringprep = { version = "0.1.2", optional = true } x509-certificate = { version = "0.25", optional = true } ## oauth -jsonwebtoken = { version = "10", features = ["aws_lc_rs"], optional = true } +jsonwebtoken = { version = "11", features = ["aws_lc_rs"], optional = true } rsa = { version = "0.9", optional = true } reqwest = { version = "0.13", features = ["json", "rustls-no-provider"], optional = true } @@ -142,7 +142,7 @@ gluesql = { version = "0.19", default-features = false, features = [ ] } ## oauth -jsonwebtoken = { version = "10", features = ["aws_lc_rs"] } +jsonwebtoken = { version = "11", features = ["aws_lc_rs"] } rsa = { version = "0.9" } reqwest = { version = "0.13", features = ["json"] }