feat/axum-0.7.x - uses breaking changes from axum 0.7.x #4

Merged
kjuulh merged 11 commits from feat/axum-0.7.x into main 2023-11-28 11:46:44 +01:00
2 changed files with 412 additions and 238 deletions
Showing only changes of commit 66080374b0 - Show all commits

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"] } clap = { version = "4", features = ["derive", "env"] }
async-trait = { version = "0.1", features = [] } async-trait = { version = "0.1", features = [] }
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [ axum = { version = "0.7.1", features = [
"macros", "macros",
] } ] }
axum-extra = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [ axum-extra = { version = "0.9.0", features = [
"cookie", "cookie",
"cookie-private", "cookie-private",
"typed-header", "typed-header",