From 91844b35eb9a61d28c67e356a28725b691c2b96d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Jun 2025 03:17:07 +0000 Subject: [PATCH] Update Rust crate maud to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 525a06b..b2ca1ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.111" tokio = { version = "1.35.1", features = ["full"] } uuid = { version = "1.8.0", features = ["v4", "serde"] } sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] } -maud = "0.26.0" +maud = "0.27.0" based = { git = "https://git.hydrar.de/jmarya/based" } url = "2.5.4" reqwest = "0.12.11"