build(deps): Update env_logger requirement from 0.9.0 to 0.10.0 (#3166)

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-12-02 18:06:09 +01:00
committed by GitHub
parent 82a9e2cc74
commit c5f5b80c5e
20 changed files with 20 additions and 20 deletions

View File

@ -27,7 +27,7 @@ prost = "0.11"
[dev-dependencies]
async-std = { version = "1.10", features = ["attributes"] }
env_logger = "0.9"
env_logger = "0.10"
clap = { version = "4.0.13", features = ["derive"] }
libp2p = { path = "../..", features = ["full"] }

View File

@ -29,7 +29,7 @@ void = "1"
prost-build = "0.11"
[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
libp2p = { path = "../..", features = ["full"] }
rand = "0.8"
clap = { version = "4.0.13", features = ["derive"] }

View File

@ -37,7 +37,7 @@ prometheus-client = "0.18.0"
[dev-dependencies]
async-std = "1.6.3"
env_logger = "0.9.0"
env_logger = "0.10.0"
libp2p = { path = "../..", features = ["full"] }
quickcheck = { package = "quickcheck-ext", path = "../../misc/quickcheck-ext" }
hex = "0.4.2"

View File

@ -26,7 +26,7 @@ void = "1.0"
[dev-dependencies]
async-std = { version = "1.6.2", features = ["attributes"] }
env_logger = "0.9"
env_logger = "0.10"
libp2p = { path = "../..", features = ["full"] }
[build-dependencies]

View File

@ -33,7 +33,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
thiserror = "1"
[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
futures-timer = "3.0"
libp2p = { path = "../..", features = ["full"] }
quickcheck = { package = "quickcheck-ext", path = "../../misc/quickcheck-ext" }

View File

@ -31,7 +31,7 @@ async-io = ["dep:async-io", "if-watch/smol"]
[dev-dependencies]
async-std = { version = "1.9.0", features = ["attributes"] }
env_logger = "0.9.0"
env_logger = "0.10.0"
libp2p = { path = "../..", features = ["full"] }
tokio = { version = "1.19", default-features = false, features = ["macros", "rt", "rt-multi-thread", "time"] }

View File

@ -33,7 +33,7 @@ void = "1"
prost-build = "0.11"
[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
libp2p = { path = "../..", features = ["full"] }
quickcheck = { package = "quickcheck-ext", path = "../../misc/quickcheck-ext" }
clap = { version = "4.0.13", features = ["derive"] }

View File

@ -29,7 +29,7 @@ void = "1"
[dev-dependencies]
async-trait = "0.1"
env_logger = "0.9.0"
env_logger = "0.10.0"
libp2p = { path = "../..", features = ["full"] }
rand = "0.8"
tokio = { version = "1.15", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }

View File

@ -24,7 +24,7 @@ unsigned-varint = { version = "0.7", features = ["std", "futures"] }
[dev-dependencies]
async-std = "1.6.2"
env_logger = "0.9.0"
env_logger = "0.10.0"
libp2p = { path = "../..", features = ["full"] }
rand = "0.8"