mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Upgrade headers to 0.4.0 (#2351)
This commit is contained in:
@@ -8,7 +8,7 @@ publish = false
|
||||
axum = { path = "../../axum" }
|
||||
axum-extra = { path = "../../axum-extra", features = ["typed-header"] }
|
||||
futures = "0.3"
|
||||
headers = "0.3"
|
||||
headers = "0.4"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
tower-http = { version = "0.5.0", features = ["fs", "trace"] }
|
||||
|
||||
Reference in New Issue
Block a user