Skip to content

Commit

Permalink
chore(lib): disable log feature of tower dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 20, 2023
1 parent b107655 commit a7b2c82
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 @@ -62,7 +62,7 @@ tokio = { version = "1", features = [
] }
tokio-test = "0.4"
tokio-util = { version = "0.7", features = ["codec"] }
tower = { version = "0.4", features = ["make", "util"] }
tower = { version = "0.4", default-features = false, features = ["make", "util"] }
url = "2.2"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies]
Expand Down

0 comments on commit a7b2c82

Please sign in to comment.