From 6ea361f2ed87e8e5e44e1fd6d2f02eb3294329bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:40:09 +0000 Subject: [PATCH] build(deps): bump jsonwebtoken from 10.2.0 to 10.3.0 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 10.2.0 to 10.3.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac9cf53..a9612c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1638,9 +1638,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.2.0" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index a53c232..f055b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ hex = "0.4.3" hmac = "0.12.1" http-body-util = "0.1.3" indexmap = {version = "2.13.0", features = ["serde"] } -jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] } k8s-openapi = { version = "0.27", default-features = false, features = ["latest"] } kube = { version = "3", default-features = false, features = ["runtime", "derive", "rustls-tls"] } octocrab = "0.49.5"