From 23cd93e5175f4889dd7f64508d9b74a9ccc4430b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:50:47 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to 9.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29ac761..46d81dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ serde = { version = "1.0.200", features = ["derive"] } anyhow = "1.0.97" elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] } p384 = { version = "0.13.0", features = ["ecdsa", "pkcs8", "pem"] } -jsonwebtoken = "9.3.0" +jsonwebtoken = "9.3.1"