Update maud
This commit is contained in:
parent
1aecaf9286
commit
37888d5835
2 changed files with 7 additions and 7 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -2262,8 +2262,9 @@ checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "maud"
|
name = "maud"
|
||||||
version = "0.25.0"
|
version = "0.26.0"
|
||||||
source = "git+https://github.com/lambda-fairy/maud#0de60b0c8615b1ba7fe7f47f324281a4255456de"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum-core",
|
"axum-core",
|
||||||
"http 1.0.0",
|
"http 1.0.0",
|
||||||
|
|
@ -2273,8 +2274,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "maud_macros"
|
name = "maud_macros"
|
||||||
version = "0.25.0"
|
version = "0.26.0"
|
||||||
source = "git+https://github.com/lambda-fairy/maud#0de60b0c8615b1ba7fe7f47f324281a4255456de"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,7 @@ tower-sessions = { version = "0.8.2", features = [
|
||||||
] }
|
] }
|
||||||
tower = "0.4.13"
|
tower = "0.4.13"
|
||||||
time = "0.3.31"
|
time = "0.3.31"
|
||||||
maud = { git = "https://github.com/lambda-fairy/maud", version = "0.25.0", features = [
|
maud = { version = "0.26.0", features = ["axum"] }
|
||||||
"axum",
|
|
||||||
] }
|
|
||||||
pulldown-cmark = "0.9.3"
|
pulldown-cmark = "0.9.3"
|
||||||
ammonia = "3.3.0"
|
ammonia = "3.3.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue