Update axum
This commit is contained in:
parent
766a36426b
commit
42d551eb6e
5 changed files with 142 additions and 52 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -6,9 +6,13 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
askama = { version = "0.12.1", features = ["with-axum"] }
|
||||
askama_axum = "0.3.0"
|
||||
axum = { version = "0.6.20", features = ["macros", "headers"] }
|
||||
axum-extra = { version = "0.8.0", features = ["typed-routing", "query"] }
|
||||
askama_axum = "0.4.0"
|
||||
axum = { version = "0.7.5", features = ["macros"] }
|
||||
axum-extra = { version = "0.9.3", features = [
|
||||
"query",
|
||||
"typed-routing",
|
||||
"typed-header",
|
||||
] }
|
||||
bytes = "1.5.0"
|
||||
clap = { version = "4.4.6", features = ["derive", "deprecated"] }
|
||||
directories = "5.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue