We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tower-http
1 parent 15a1804 commit d68cae7Copy full SHA for d68cae7
Cargo.toml
@@ -18,7 +18,7 @@ wasm-bindgen-cli-support = "0.2"
18
19
axum = { version = "0.5", default-features = false, features = ["http1", "headers"] }
20
tokio = { version = "1.11", default-features = false, features = ["rt-multi-thread"] }
21
-tower-http = { version = "0.2", features = ["fs", "set-header", "trace"] }
+tower-http = { version = "0.3", features = ["fs", "set-header", "trace"] }
22
tower = "0.4"
23
fastrand = "1.5"
24
flate2 = "1.0"
0 commit comments