feat: with upstream axum
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-11-28 11:44:53 +01:00
parent 92e435e080
commit 66080374b0
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 412 additions and 238 deletions

646
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,10 +13,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
clap = { version = "4", features = ["derive", "env"] }
async-trait = { version = "0.1", features = [] }
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
axum = { version = "0.7.1", features = [
"macros",
] }
axum-extra = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
axum-extra = { version = "0.9.0", features = [
"cookie",
"cookie-private",
"typed-header",