Bump env_logger from 0.6.2 to 0.7.0 (#6044)

This commit is contained in:
dependabot-preview[bot]
2019-09-24 14:22:26 -07:00
committed by Michael Vines
parent 7babfd00c1
commit e6390b754f
5 changed files with 24 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
env_logger = "0.6.2"
env_logger = "0.7.0"
lazy_static = "1.4.0"
log = "0.4.8"
reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls"] }