From 8dad7bd4a1117f429bf842b601c75a3a56c4f3fe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Apr 2025 00:26:53 +0000 Subject: [PATCH] Update Rust crate uuid to 1.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01c96a6..1f9bb7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rust-embed = "8.6.0" mime_guess = "2.0.5" askama = "0.13.0" urlencoding = "2.1.3" -uuid = { version = "1.12.1", features = ["v4", "serde"] } +uuid = { version = "1.16.0", features = ["v4", "serde"] } ipnet = { version = "2.11.0", features = ["serde"] } chrono = "0.4.40" futures-util = { version = "0.3.31", features = ["sink"] }