Skip to content

Commit

Permalink
remove dependency on tracing's log feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyhew committed Nov 24, 2020
1 parent d6aadb8 commit 69b1b09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.14.0 (unreleased)

* **lib** remove dependency on `tracing`'s `log` feature, issue [#2326](https://github.com/hyperium/hyper/issues/2326)

### v0.13.9 (2020-11-02)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ httpdate = "0.3"
httparse = "1.0"
h2 = { git = "https://github.com/hyperium/h2", optional = true }
itoa = "0.4.1"
tracing = { version = "0.1", default-features = false, features = ["log", "std"] }
tracing = { version = "0.1", default-features = false, features = ["std"] }
pin-project = "1.0"
tower-service = "0.3"
tokio = { version = "0.3.4", features = ["sync", "stream"] }
Expand Down

0 comments on commit 69b1b09

Please sign in to comment.