Remove the obsolent tracing-future dependency (#517)
This commit is contained in:
@@ -47,8 +47,7 @@ tokio-util = { version = "0.6", features = ["codec"] }
|
||||
tokio = { version = "1", features = ["io-util"] }
|
||||
bytes = "1"
|
||||
http = "0.2"
|
||||
tracing = { version = "0.1.13", default-features = false, features = ["std"] }
|
||||
tracing-futures = { version = "0.2", default-features = false, features = ["std-future"]}
|
||||
tracing = { version = "0.1.21", default-features = false, features = ["std"] }
|
||||
fnv = "1.0.5"
|
||||
slab = "0.4.2"
|
||||
indexmap = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user