maud release

This commit is contained in:
Robin Appelman 2023-04-16 13:46:13 +02:00
commit 906c77c41e
2 changed files with 8 additions and 6 deletions

12
Cargo.lock generated
View file

@ -1583,7 +1583,7 @@ dependencies = [
[[package]] [[package]]
name = "jsx-dom-expressions" name = "jsx-dom-expressions"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/icewind1991/swc-plugin-jsx-dom-expressions?branch=event#c1d74d1dfb69a28a114854f18973c0848945855c" source = "git+https://github.com/icewind1991/swc-plugin-jsx-dom-expressions?branch=event#53bb986d0e1abb627d3726378423b55adbad5e5f"
dependencies = [ dependencies = [
"html-escape", "html-escape",
"serde", "serde",
@ -1784,8 +1784,9 @@ checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
[[package]] [[package]]
name = "maud" name = "maud"
version = "0.24.0" version = "0.25.0"
source = "git+https://github.com/lambda-fairy/maud?rev=7233cda35eed7bba91c9c55564d65498067c3822#7233cda35eed7bba91c9c55564d65498067c3822" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0bab19cef8a7fe1c18a43e881793bfc9d4ea984befec3ae5bd0415abf3ecf00"
dependencies = [ dependencies = [
"axum-core", "axum-core",
"http", "http",
@ -1795,8 +1796,9 @@ dependencies = [
[[package]] [[package]]
name = "maud_macros" name = "maud_macros"
version = "0.24.0" version = "0.25.0"
source = "git+https://github.com/lambda-fairy/maud?rev=7233cda35eed7bba91c9c55564d65498067c3822#7233cda35eed7bba91c9c55564d65498067c3822" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0be95d66c3024ffce639216058e5bae17a83ecaf266ffc6e4d060ad447c9eed2"
dependencies = [ dependencies = [
"proc-macro-error", "proc-macro-error",
"proc-macro2", "proc-macro2",

View file

@ -15,7 +15,7 @@ thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["full"] } tokio = { version = "1.27.0", features = ["full"] }
config = { version = "0.13.3", features = ["toml"] } config = { version = "0.13.3", features = ["toml"] }
time = "0.3.20" time = "0.3.20"
maud = { version = "0.24.0", git = "https://github.com/lambda-fairy/maud", rev = "7233cda35eed7bba91c9c55564d65498067c3822", features = ["axum"] } maud = { version = "0.25.0", features = ["axum"] }
axum = { version = "0.6.12", features = ["headers", "macros"] } axum = { version = "0.6.12", features = ["headers", "macros"] }
hyper = "0.14.25" hyper = "0.14.25"
hyperlocal = "0.8.0" hyperlocal = "0.8.0"