From 574a4ae840976d8aa6d075a805d00f28523698a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:56:01 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to v10.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crates_io_trustpub/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 121c01310b..86b7c1bb68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3668,9 +3668,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.1.0" +version = "10.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d119c6924272d16f0ab9ce41f7aa0bfef9340c00b0bb7ca3dd3b263d4a9150b" +checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" dependencies = [ "aws-lc-rs", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 81fa987594..fd2505e0d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ claims = "=0.8.0" diesel = { version = "=2.3.3", features = ["r2d2"] } googletest = "=0.14.2" insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] } -jsonwebtoken = { version = "=10.1.0", features = ["aws_lc_rs"] } +jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] } quoted_printable = "=0.5.1" regex = "=1.12.2" sentry = { version = "=0.45.0", features = ["test"] } diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index 9d61ea282a..eb8c74150f 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "=1.0.100" async-trait = "=0.1.89" bon = { version = "=3.8.1", optional = true } chrono = { version = "=0.4.42", features = ["serde"] } -jsonwebtoken = { version = "=10.1.0", features = ["aws_lc_rs"] } +jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] } mockall = { version = "=0.13.1", optional = true } rand = "=0.9.2" reqwest = { version = "=0.12.24", features = ["gzip", "json"] }