Upgrade headers to 0.4.0 (#2351)

This commit is contained in:
19年梦醒
2023-11-25 08:47:57 +00:00
committed by GitHub
parent a9ac5241dc
commit fc3cb44b91
4 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -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"] }