feat(lib): switch from log to tracing (#475)
This commit is contained in:
@@ -9,6 +9,6 @@ edition = "2018"
|
||||
|
||||
[dev-dependencies]
|
||||
h2-support = { path = "../h2-support" }
|
||||
log = "0.4.1"
|
||||
tracing = "0.1.13"
|
||||
futures = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
tokio = { version = "0.2", features = ["macros", "tcp"] }
|
||||
|
||||
Reference in New Issue
Block a user