Skip to content

Commit a7b2c82

Browse files
committed
chore(lib): disable log feature of tower dependency
1 parent b107655 commit a7b2c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tokio = { version = "1", features = [
6262
] }
6363
tokio-test = "0.4"
6464
tokio-util = { version = "0.7", features = ["codec"] }
65-
tower = { version = "0.4", features = ["make", "util"] }
65+
tower = { version = "0.4", default-features = false, features = ["make", "util"] }
6666
url = "2.2"
6767

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

0 commit comments

Comments
 (0)