Updated to lib-humus 0.3 and axum 0.8

This commit is contained in:
Slatian
2025-02-09 14:41:12 +01:00
parent 8d055682b6
commit 2b0c4eb3fb
3 changed files with 25 additions and 59 deletions

View File

@ -7,11 +7,11 @@ authors = ["Slatian <baschdel@disroot.org>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lib-humus = { version="0.2", features=["axum-view+cookie"] }
lib-humus = { version="0.3", features=["axum-view+cookie"] }
axum = { version = "0.7", features = ["macros"] }
axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
axum-client-ip = "0.6"
axum = { version = "0.8", features = ["macros"] }
axum-extra = { version = "0.10", features = ["cookie", "typed-header"] }
axum-client-ip = "0.7"
clap = { version = "4.5", features = ["derive"] }
governor = "0.8"
idna = "1.0"