From 8bd13bdff104f34c618d187d38b55833476c6aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 01:34:00 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- packages/tangram_core/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48ab8d38..1db5c9f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2729,9 +2729,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.4.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc" +checksum = "881733cbc631fc9e472e24447ce32a64bedf2da498d6d8570b08edc87de71f65" dependencies = [ "aws-lc-rs", "base64", diff --git a/packages/tangram_core/rust/Cargo.toml b/packages/tangram_core/rust/Cargo.toml index 75c0ef07..bf84050c 100644 --- a/packages/tangram_core/rust/Cargo.toml +++ b/packages/tangram_core/rust/Cargo.toml @@ -37,7 +37,7 @@ thiserror = { version = "2.0", optional = true } serde_tuple = { version = "1.1", optional = true } nanoid = { version = "0.5", optional = true } chrono = { version = "0.4", optional = true } -jsonwebtoken = { version = "10.4", features = ["aws_lc_rs"], optional = true } +jsonwebtoken = { version = "11.0", features = ["aws_lc_rs"], optional = true } rand = { version = "0.10", optional = true } itertools = { version = "0.15", optional = true }