Skip to content

Commit

Permalink
Remove log feature from tracing dependency (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored Nov 26, 2020
1 parent 73bf6a6 commit dc3079a
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 @@ -49,7 +49,7 @@ tokio-util = { version = "0.5", features = ["codec"] }
tokio = { version = "0.3.4", features = ["io-util"] }
bytes = "0.6"
http = "0.2"
tracing = { version = "0.1.13", default-features = false, features = ["std", "log"] }
tracing = { version = "0.1.13", default-features = false, features = ["std"] }
tracing-futures = { version = "0.2", default-features = false, features = ["std-future"]}
fnv = "1.0.5"
slab = "0.4.2"
Expand Down

0 comments on commit dc3079a

Please sign in to comment.