Update Rust crate uuid to 1.16.0 #44

Merged
renovate merged 1 commits from renovate/uuid-1.x into master 2025-04-18 00:27:24 +00:00

View File

@ -21,7 +21,7 @@ rust-embed = "8.6.0"
mime_guess = "2.0.5" mime_guess = "2.0.5"
askama = "0.13.1" askama = "0.13.1"
urlencoding = "2.1.3" 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"] } ipnet = { version = "2.11.0", features = ["serde"] }
chrono = "0.4.40" chrono = "0.4.40"
futures-util = { version = "0.3.31", features = ["sink"] } futures-util = { version = "0.3.31", features = ["sink"] }