From 79efdc95bf79b92965788acb4efcad65141cf50a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:05:11 +0000 Subject: [PATCH] Update Rust crate jwt-simple to 0.12.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f61ef38..d0d5f26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ uuid = { version = "1.12.1", features = ["v4", "serde"] } ipnet = { version = "2.11.0", features = ["serde"] } chrono = "0.4.40" futures-util = { version = "0.3.31", features = ["sink"] } -jwt-simple = { version = "0.12.11", default-features = false, features = ["pure-rust"] } +jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] } actix-remote-ip = "0.1.0" bytes = "1.10.1" sha2 = "0.11.0-pre.4"