From f453be7767a351f088accf34dfdadd4cb5a48e90 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Sep 2025 00:21:45 +0000 Subject: [PATCH] Update Rust crate uuid to 1.18.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 098d27a..1833539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rust-embed = "8.7.2" mime_guess = "2.0.5" askama = "0.14.0" urlencoding = "2.1.3" -uuid = { version = "1.18.0", features = ["v4", "serde"] } +uuid = { version = "1.18.1", features = ["v4", "serde"] } ipnet = { version = "2.11.0", features = ["serde"] } chrono = "0.4.41" futures-util = { version = "0.3.31", features = ["sink"] }