Skip to content

Commit 33a5c65

Browse files
mikeyhewBenxiang Ge
authored and
Benxiang Ge
committed
feat(lib): remove dependency on tracing's log feature (hyperium#2342)
Closes hyperium#2326 BREAKING CHANGE: hyper no longer emits `log` records automatically. If you need hyper to integrate with a `log` logger (as opposed to `tracing`), you can add `tracing = { version = "0.1", features = ["log"] }` to activate them.
1 parent a6ac513 commit 33a5c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ httpdate = "0.3"
3232
httparse = "1.0"
3333
h2 = { git = "https://github.com/hyperium/h2", optional = true }
3434
itoa = "0.4.1"
35-
tracing = { version = "0.1", default-features = false, features = ["log", "std"] }
35+
tracing = { version = "0.1", default-features = false, features = ["std"] }
3636
pin-project = "1.0"
3737
tower-service = "0.3"
3838
tokio = { version = "0.3.4", features = ["sync", "stream"] }

0 commit comments

Comments
 (0)