From ddf4a73801460ad9f70a40c5d55d9db611dac47a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Jun 2025 23:16:19 +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 9cef90c..94f615b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bytesize = "1.3.0" chrono = "0.4.39" env_logger = "0.11.6" log = "0.4.22" -maud = "0.26.0" +maud = "0.27.0" rand = "0.9.0" reqwest = { version = "0.12.12", features = ["blocking"] } rocket = "0.5.1"