From 20800668c93f73fd924d1376963bf916acc47e58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Sep 2025 00:34:55 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55a02ef..2177989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ askama = "0.14.0" urlencoding = "2.1.3" uuid = { version = "1.18.0", features = ["v4", "serde"] } ipnet = { version = "2.11.0", features = ["serde"] } -chrono = "0.4.41" +chrono = "0.4.42" futures-util = { version = "0.3.31", features = ["sink"] } jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] } actix-remote-ip = "0.1.0"