From b19961ed6a0b456b5fc2f7dae9057326d747049c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:23:29 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to 9.3.1 --- central_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 01f0915..e512c64 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.40.0", features = ["full"] } tokio_schedule = "0.3.2" mime_guess = "2.0.5" rust-embed = "8.5.0" -jsonwebtoken = { version = "9.3.0", features = ["use_pem"] } +jsonwebtoken = { version = "9.3.1", features = ["use_pem"] } prettytable-rs = "0.10.0" chrono = "0.4.40" serde_yml = "0.0.12"