diff --git a/Cargo.lock b/Cargo.lock index 581ab56..7f5f489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 6969092..50d7a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"