update (dev dep) env_logger to latest 0.6 (#1390)

This commit is contained in:
David Kellum
2019-08-08 20:37:32 -07:00
committed by Carl Lerche
parent 50e5d401df
commit 790d649dc5
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ tokio = { version = "=0.2.0-alpha.1", path = "../tokio" }
tokio-test = { version = "=0.2.0-alpha.1", path = "../tokio-test" }
rand = "0.7"
env_logger = "0.5"
env_logger = { version = "0.6", default-features = false }