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

View file

@ -15,7 +15,7 @@ thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["full"] }
config = { version = "0.13.3", features = ["toml"] }
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"] }
hyper = "0.14.25"
hyperlocal = "0.8.0"