From c25845f12cb37cbccc50c23fdf97c27494eea426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:44:44 +0000 Subject: [PATCH] chore: Bump jsonwebtoken from 10.4.0 to 11.0.0 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 10.4.0 to 11.0.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.4.0...v11.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5704f0e..7e76f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ dependencies = [ "hmac-sha256", "http", "http-body-util", - "jsonwebtoken", + "jsonwebtoken 11.0.0", "libsystemd", "octocrab", "regex", @@ -1348,6 +1348,23 @@ dependencies = [ "zeroize", ] +[[package]] +name = "jsonwebtoken" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "881733cbc631fc9e472e24447ce32a64bedf2da498d6d8570b08edc87de71f65" +dependencies = [ + "base64", + "getrandom 0.2.16", + "js-sys", + "pem", + "serde", + "serde_json", + "signature", + "simple_asn1", + "zeroize", +] + [[package]] name = "lazy_static" version = "1.5.0" @@ -1615,7 +1632,7 @@ dependencies = [ "hyper-rustls", "hyper-timeout", "hyper-util", - "jsonwebtoken", + "jsonwebtoken 10.4.0", "percent-encoding", "pin-project", "secrecy", diff --git a/Cargo.toml b/Cargo.toml index 125f60c..127a50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ directories = "6.0.0" futures = "0.3.32" git2 = "0.21.0" http = "1.4.2" -jsonwebtoken = "10.4.0" +jsonwebtoken = "11.0.0" octocrab = { version = "0.54.0", features = ["stream", "tracing"] } regex = "1.13.0" secrecy = "0.10.3"