From c5f5b80c5ecf6a0b64daf99ea7cf00eaefc74f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 18:06:09 +0100 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- misc/metrics/Cargo.toml | 2 +- misc/multistream-select/Cargo.toml | 2 +- muxers/mplex/Cargo.toml | 2 +- protocols/autonat/Cargo.toml | 2 +- protocols/dcutr/Cargo.toml | 2 +- protocols/gossipsub/Cargo.toml | 2 +- protocols/identify/Cargo.toml | 2 +- protocols/kad/Cargo.toml | 2 +- protocols/mdns/Cargo.toml | 2 +- protocols/relay/Cargo.toml | 2 +- protocols/rendezvous/Cargo.toml | 2 +- protocols/request-response/Cargo.toml | 2 +- swarm/Cargo.toml | 2 +- transports/dns/Cargo.toml | 2 +- transports/noise/Cargo.toml | 2 +- transports/plaintext/Cargo.toml | 2 +- transports/quic/Cargo.toml | 2 +- transports/tcp/Cargo.toml | 2 +- transports/webrtc/Cargo.toml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22011f7d382..726a717a810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ libp2p-gossipsub = { version = "0.43.0", path = "protocols/gossipsub", optional [dev-dependencies] async-std = { version = "1.6.2", features = ["attributes"] } async-trait = "0.1" -env_logger = "0.9.0" +env_logger = "0.10.0" clap = { version = "4.0.13", features = ["derive"] } tokio = { version = "1.15", features = ["io-util", "io-std", "macros", "rt", "rt-multi-thread"] } diff --git a/misc/metrics/Cargo.toml b/misc/metrics/Cargo.toml index c2821752ffc..0505a856cc4 100644 --- a/misc/metrics/Cargo.toml +++ b/misc/metrics/Cargo.toml @@ -33,7 +33,7 @@ libp2p-gossipsub = { version = "0.43.0", path = "../../protocols/gossipsub", op [dev-dependencies] log = "0.4.0" -env_logger = "0.9.0" +env_logger = "0.10.0" futures = "0.3.1" libp2p = { path = "../..", features = ["full"] } hyper = { version="0.14", features = ["server", "tcp", "http1"] } diff --git a/misc/multistream-select/Cargo.toml b/misc/multistream-select/Cargo.toml index eefe7bf8d02..b0f5ef37613 100644 --- a/misc/multistream-select/Cargo.toml +++ b/misc/multistream-select/Cargo.toml @@ -20,7 +20,7 @@ unsigned-varint = "0.7" [dev-dependencies] async-std = "1.6.2" -env_logger = "0.9" +env_logger = "0.10" libp2p = { path = "../..", features = ["full"] } quickcheck = { package = "quickcheck-ext", path = "../../misc/quickcheck-ext" } rand = "0.8" diff --git a/muxers/mplex/Cargo.toml b/muxers/mplex/Cargo.toml index ed145426f85..5c19db55521 100644 --- a/muxers/mplex/Cargo.toml +++ b/muxers/mplex/Cargo.toml @@ -25,7 +25,7 @@ unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] } [dev-dependencies] async-std = { version = "1.7.0", features = ["attributes"] } criterion = "0.4" -env_logger = "0.9" +env_logger = "0.10" futures = "0.3" libp2p = { path = "../..", features = ["full"] } libp2p-muxer-test-harness = { path = "../test-harness" } diff --git a/protocols/autonat/Cargo.toml b/protocols/autonat/Cargo.toml index 80bbb54fcbb..02a9df864c6 100644 --- a/protocols/autonat/Cargo.toml +++ b/protocols/autonat/Cargo.toml @@ -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"] } diff --git a/protocols/dcutr/Cargo.toml b/protocols/dcutr/Cargo.toml index fa161f479fd..3046e66fbc1 100644 --- a/protocols/dcutr/Cargo.toml +++ b/protocols/dcutr/Cargo.toml @@ -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"] } diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index 6ab3a8c1df3..64a6c22990d 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -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" diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index 69dc2d97985..a4be5e7f2d9 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -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] diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 195cd763190..b27ec20a917 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -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" } diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index 9dea638d519..8aa4ba6e0ba 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -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"] } diff --git a/protocols/relay/Cargo.toml b/protocols/relay/Cargo.toml index 70bfea53e69..d988358aa02 100644 --- a/protocols/relay/Cargo.toml +++ b/protocols/relay/Cargo.toml @@ -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"] } diff --git a/protocols/rendezvous/Cargo.toml b/protocols/rendezvous/Cargo.toml index b4f5d127e69..02867ab5f53 100644 --- a/protocols/rendezvous/Cargo.toml +++ b/protocols/rendezvous/Cargo.toml @@ -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" ] } diff --git a/protocols/request-response/Cargo.toml b/protocols/request-response/Cargo.toml index 4069873d280..544d8154cb1 100644 --- a/protocols/request-response/Cargo.toml +++ b/protocols/request-response/Cargo.toml @@ -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" diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index bda9141e813..890bf485595 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -40,7 +40,7 @@ wasm-bindgen = ["dep:wasm-bindgen-futures", "dep:getrandom"] [dev-dependencies] async-std = { version = "1.6.2", features = ["attributes"] } either = "1.6.0" -env_logger = "0.9" +env_logger = "0.10" futures = "0.3.1" libp2p-identify = { path = "../protocols/identify" } libp2p-kad = { path = "../protocols/kad" } diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index ec476685956..1f924d15320 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -20,7 +20,7 @@ trust-dns-resolver = { version = "0.22", default-features = false, features = [" smallvec = "1.6.1" [dev-dependencies] -env_logger = "0.9" +env_logger = "0.10" tokio-crate = { package = "tokio", version = "1.0", default-features = false, features = ["rt", "time"] } async-std-crate = { package = "async-std", version = "1.6" } diff --git a/transports/noise/Cargo.toml b/transports/noise/Cargo.toml index fda1ca93a99..19b77d9c4cc 100644 --- a/transports/noise/Cargo.toml +++ b/transports/noise/Cargo.toml @@ -31,7 +31,7 @@ snow = { version = "0.9.0", features = ["default-resolver"], default-features = [dev-dependencies] async-io = "1.2.0" -env_logger = "0.9.0" +env_logger = "0.10.0" libp2p = { path = "../..", features = ["full"] } quickcheck = { package = "quickcheck-ext", path = "../../misc/quickcheck-ext" } libsodium-sys-stable = { version = "1.19.22", features = ["fetch-latest"] } diff --git a/transports/plaintext/Cargo.toml b/transports/plaintext/Cargo.toml index fcedb5ceb32..78c59fca68c 100644 --- a/transports/plaintext/Cargo.toml +++ b/transports/plaintext/Cargo.toml @@ -21,7 +21,7 @@ unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] } void = "1.0.2" [dev-dependencies] -env_logger = "0.9.0" +env_logger = "0.10.0" quickcheck = { package = "quickcheck-ext", path = "../../misc/quickcheck-ext" } rand = "0.8" diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index 4d5b24206cd..5929a630865 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -37,7 +37,7 @@ rustc-args = ["--cfg", "docsrs"] [dev-dependencies] async-std = { version = "1.12.0", features = ["attributes"] } -env_logger = "0.9.0" +env_logger = "0.10.0" libp2p = { path = "../..", features = ["tcp", "yamux", "noise", "async-std"] } libp2p-muxer-test-harness = { path = "../../muxers/test-harness" } quickcheck = "1" diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index 7639a10c88a..7357464a6d6 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -28,7 +28,7 @@ async-io = ["dep:async-io", "if-watch/smol"] [dev-dependencies] async-std = { version = "1.6.5", features = ["attributes"] } tokio = { version = "1.0.1", default-features = false, features = ["full"] } -env_logger = "0.9.0" +env_logger = "0.10.0" # Passing arguments to the docsrs builder in order to properly document cfg's. # More information: https://docs.rs/about/builds#cross-compiling diff --git a/transports/webrtc/Cargo.toml b/transports/webrtc/Cargo.toml index 9e869c19816..e76e26cd8ec 100644 --- a/transports/webrtc/Cargo.toml +++ b/transports/webrtc/Cargo.toml @@ -43,7 +43,7 @@ prost-build = "0.11" [dev-dependencies] anyhow = "1.0" -env_logger = "0.9" +env_logger = "0.10" hex-literal = "0.3" libp2p = { path = "../..", features = ["full"] } tokio = { version = "1.19", features = ["full"] }