Update maud

This commit is contained in:
traxys 2024-03-02 15:16:26 +01:00
parent 1aecaf9286
commit 37888d5835
2 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View file

@ -2262,8 +2262,9 @@ checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
[[package]]
name = "maud"
version = "0.25.0"
source = "git+https://github.com/lambda-fairy/maud#0de60b0c8615b1ba7fe7f47f324281a4255456de"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
dependencies = [
"axum-core",
"http 1.0.0",
@ -2273,8 +2274,9 @@ dependencies = [
[[package]]
name = "maud_macros"
version = "0.25.0"
source = "git+https://github.com/lambda-fairy/maud#0de60b0c8615b1ba7fe7f47f324281a4255456de"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
dependencies = [
"proc-macro-error",
"proc-macro2",

View file

@ -33,9 +33,7 @@ tower-sessions = { version = "0.8.2", features = [
] }
tower = "0.4.13"
time = "0.3.31"
maud = { git = "https://github.com/lambda-fairy/maud", version = "0.25.0", features = [
"axum",
] }
maud = { version = "0.26.0", features = ["axum"] }
pulldown-cmark = "0.9.3"
ammonia = "3.3.0"