Skip to content

Commit 564ae12

Browse files
hasezoeyseanmonstar
authored andcommitted
fix: disable default features for dep "tower"
1 parent 16daef6 commit 564ae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ socket2 = { version = "0.5", optional = true, features = ["all"] }
2828
tracing = { version = "0.1", default-features = false, features = ["std"], optional = true }
2929
tokio = { version = "1", optional = true, features = ["net", "rt", "time"] }
3030
tower-service ={ version = "0.3", optional = true }
31-
tower = { version = "0.4.1", optional = true, features = ["make", "util"] }
31+
tower = { version = "0.4.1", optional = true, default-features = false, features = ["make", "util"] }
3232

3333
[dev-dependencies]
3434
hyper = { version = "1.2.0", features = ["full"] }

0 commit comments

Comments
 (0)