Merge pull request #449 from aya-rs/dependabot/cargo/env_logger-0.10

build(deps): update env_logger requirement from 0.9 to 0.10
pull/400/head
Michal Rostecki 2 years ago committed by GitHub
commit f9bef9f8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ bytes = "1.1"
tokio = { version = "1.2.0" }
[dev-dependencies]
env_logger = "0.9"
env_logger = "0.10"
testing_logger = "0.1.1"
[lib]

@ -8,7 +8,7 @@ publish = false
anyhow = "1"
aya = { path = "../../aya" }
clap = { version = "3", features = ["derive"] }
env_logger = "0.9"
env_logger = "0.10"
inventory = "0.2"
integration-test-macros = { path = "../integration-test-macros" }
lazy_static = "1"

Loading…
Cancel
Save