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.
1 parent 16daef6 commit 564ae12Copy full SHA for 564ae12
Cargo.toml
@@ -28,7 +28,7 @@ socket2 = { version = "0.5", optional = true, features = ["all"] }
28
tracing = { version = "0.1", default-features = false, features = ["std"], optional = true }
29
tokio = { version = "1", optional = true, features = ["net", "rt", "time"] }
30
tower-service ={ version = "0.3", optional = true }
31
-tower = { version = "0.4.1", optional = true, features = ["make", "util"] }
+tower = { version = "0.4.1", optional = true, default-features = false, features = ["make", "util"] }
32
33
[dev-dependencies]
34
hyper = { version = "1.2.0", features = ["full"] }
0 commit comments