mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
update (dev dep) env_logger to latest 0.6 (#1390)
This commit is contained in:
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 = { version = "=0.2.0-alpha.1", path = "../tokio" }
|
||||||
tokio-test = { version = "=0.2.0-alpha.1", path = "../tokio-test" }
|
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"] }
|
loom = { version = "0.2.0", features = ["futures"] }
|
||||||
|
@ -40,4 +40,4 @@ tokio = { version = "=0.2.0-alpha.1", path = "../tokio" }
|
|||||||
tokio-test = { version = "=0.2.0-alpha.1", path = "../tokio-test" }
|
tokio-test = { version = "=0.2.0-alpha.1", path = "../tokio-test" }
|
||||||
|
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
env_logger = "0.5"
|
env_logger = { version = "0.6", default-features = false }
|
||||||
|
@ -33,7 +33,7 @@ tokio = { version = "=0.2.0-alpha.1", path = "../tokio" }
|
|||||||
tokio-tcp = { version = "=0.2.0-alpha.1", path = "../tokio-tcp", features = ["async-traits"] }
|
tokio-tcp = { version = "=0.2.0-alpha.1", path = "../tokio-tcp", features = ["async-traits"] }
|
||||||
|
|
||||||
cfg-if = "0.1"
|
cfg-if = "0.1"
|
||||||
env_logger = { version = "0.5", default-features = false }
|
env_logger = { version = "0.6", default-features = false }
|
||||||
futures-preview = { version = "=0.3.0-alpha.17", features = ["async-await", "nightly"] }
|
futures-preview = { version = "=0.3.0-alpha.17", features = ["async-await", "nightly"] }
|
||||||
|
|
||||||
[target.'cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))'.dev-dependencies]
|
[target.'cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))'.dev-dependencies]
|
||||||
|
@ -30,4 +30,4 @@ futures-util-preview = "=0.3.0-alpha.17"
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "=0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
|
tokio = { version = "=0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
|
||||||
|
|
||||||
env_logger = { version = "0.5", default-features = false }
|
env_logger = { version = "0.6", default-features = false }
|
||||||
|
@ -88,7 +88,7 @@ tokio-test = { version = "=0.2.0-alpha.1", path = "../tokio-test" }
|
|||||||
futures-preview = "=0.3.0-alpha.17"
|
futures-preview = "=0.3.0-alpha.17"
|
||||||
futures-util-preview = "=0.3.0-alpha.17"
|
futures-util-preview = "=0.3.0-alpha.17"
|
||||||
pin-utils = "=0.1.0-alpha.4"
|
pin-utils = "=0.1.0-alpha.4"
|
||||||
env_logger = { version = "0.5", default-features = false }
|
env_logger = { version = "0.6", default-features = false }
|
||||||
flate2 = { version = "1", features = ["tokio"] }
|
flate2 = { version = "1", features = ["tokio"] }
|
||||||
http = "0.1"
|
http = "0.1"
|
||||||
httparse = "1.0"
|
httparse = "1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user