build(deps): Update env_logger requirement from 0.6 to 0.8 (#2127)

This commit is contained in:
dependabot[bot] 2021-07-09 13:25:14 +00:00 committed by GitHub
parent f600f7a518
commit fe6172b565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ async-std-resolver = { version = "0.20", optional = true }
smallvec = "1.6.1"
[dev-dependencies]
env_logger = "0.6"
env_logger = "0.8"
tokio-crate = { package = "tokio", version = "1.0", default-features = false, features = ["rt", "time"] }
async-std-crate = { package = "async-std", version = "1.6" }