mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
update (dev dep) env_logger to latest 0.6 (#1390)
This commit is contained in:
committed by
Carl Lerche
parent
50e5d401df
commit
790d649dc5
@@ -32,5 +32,5 @@ futures-util-preview = { version = "=0.3.0-alpha.17" }
|
||||
tokio = { version = "=0.2.0-alpha.1", path = "../tokio" }
|
||||
tokio-test = { version = "=0.2.0-alpha.1", path = "../tokio-test" }
|
||||
|
||||
env_logger = { version = "0.5", default-features = false }
|
||||
env_logger = { version = "0.6", default-features = false }
|
||||
loom = { version = "0.2.0", features = ["futures"] }
|
||||
|
||||
Reference in New Issue
Block a user