Skip to content

Commit

Permalink
fix: disable default features for dep "tower"
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey authored and seanmonstar committed Apr 9, 2024
1 parent 16daef6 commit 564ae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ socket2 = { version = "0.5", optional = true, features = ["all"] }
tracing = { version = "0.1", default-features = false, features = ["std"], optional = true }
tokio = { version = "1", optional = true, features = ["net", "rt", "time"] }
tower-service ={ version = "0.3", optional = true }
tower = { version = "0.4.1", optional = true, features = ["make", "util"] }
tower = { version = "0.4.1", optional = true, default-features = false, features = ["make", "util"] }

[dev-dependencies]
hyper = { version = "1.2.0", features = ["full"] }
Expand Down

0 comments on commit 564ae12

Please sign in to comment.