Merge pull request 'Update Rust crate maud to 0.27.0' (#19) from renovate/maud-0.x into main

Reviewed-on: #19
This commit is contained in:
JMARyA 2025-06-22 17:31:57 +00:00
commit 7cd6de31fd

View file

@ -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"