From 78f37eaea2ecfce723aa6d1a6fec4d9b4410b7ab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Dec 2025 00:21:35 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to 10.2.0 --- central_backend/Cargo.lock | 4 ++-- central_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 47be694..7632647 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -1930,9 +1930,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 = [ "base64 0.22.1", "ed25519-dalek", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index eb390c1..d3ae672 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.48.0", features = ["full"] } tokio_schedule = "0.3.2" mime_guess = "2.0.5" rust-embed = "8.8.0" -jsonwebtoken = { version = "10.1.0", features = ["use_pem", "rust_crypto"] } +jsonwebtoken = { version = "10.2.0", features = ["use_pem", "rust_crypto"] } prettytable-rs = "0.10.0" chrono = "0.4.42" serde_yml = "0.0.12"