From ff1b42ad5a1c5c6a997116dfe4a48b8d15932d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:27:30 +0000 Subject: [PATCH] build(deps): Update env_logger requirement from 0.10.0 to 0.11.1 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.10.0...v0.11.1) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- avalanchego-conformance-sdk/Cargo.toml | 2 +- core/network/Cargo.toml | 2 +- crates/avalanche-consensus/Cargo.toml | 2 +- crates/avalanche-types/Cargo.toml | 2 +- tests/avalanche-e2e/Cargo.toml | 2 +- tests/avalanchego-byzantine/Cargo.toml | 2 +- tests/avalanchego-conformance/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/avalanchego-conformance-sdk/Cargo.toml b/avalanchego-conformance-sdk/Cargo.toml index b703158..3c99f05 100644 --- a/avalanchego-conformance-sdk/Cargo.toml +++ b/avalanchego-conformance-sdk/Cargo.toml @@ -22,4 +22,4 @@ tonic = "0.10.2" tonic-build = "0.10.2" [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.11.1" diff --git a/core/network/Cargo.toml b/core/network/Cargo.toml index 8d6f89f..b1d1a67 100644 --- a/core/network/Cargo.toml +++ b/core/network/Cargo.toml @@ -28,7 +28,7 @@ x509-parser = "0.15.1" pem = { version = "3.0.0", optional = true } # https://github.com/jcreekmore/pem-rs [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.11.1" random-manager = "0.0.5" tempfile = "3.5.0" tokio = { version = "1.32.0", features = ["full"] } diff --git a/crates/avalanche-consensus/Cargo.toml b/crates/avalanche-consensus/Cargo.toml index e43c43c..23037b7 100644 --- a/crates/avalanche-consensus/Cargo.toml +++ b/crates/avalanche-consensus/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.186", features = ["derive"] } # https://github.com/serd thiserror = "1.0.47" [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.11.1" [package.metadata.docs.rs] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index 0e15177..61bb59b 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -96,7 +96,7 @@ base64 = { version = "0.21.2", optional = true } # https://github.com/marshallpi num-bigint = { version = "0.4.3", optional = true } [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.11.1" id-manager = "0.0.3" random-manager = "0.0.5" tempfile = "3.5.0" diff --git a/tests/avalanche-e2e/Cargo.toml b/tests/avalanche-e2e/Cargo.toml index 337b919..01770c0 100644 --- a/tests/avalanche-e2e/Cargo.toml +++ b/tests/avalanche-e2e/Cargo.toml @@ -16,7 +16,7 @@ aws-manager = { version = "0.30.2", features = ["kms"] } # https://github.com/gy clap = { version = "4.3.19", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases crossterm = "0.27.0" dialoguer = "0.11.0" -env_logger = "0.10.0" +env_logger = "0.11.1" ethers = { version = "=2.0.11" } # https://github.com/gakonst/ethers-rs/releases ethers-core = { version = "=2.0.11", features = ["eip712"] } # https://github.com/gakonst/ethers-rs/releases ethers-signers = { version = "=2.0.11" } # https://github.com/gakonst/ethers-rs/releases diff --git a/tests/avalanchego-byzantine/Cargo.toml b/tests/avalanchego-byzantine/Cargo.toml index 482a449..b5833d8 100644 --- a/tests/avalanchego-byzantine/Cargo.toml +++ b/tests/avalanchego-byzantine/Cargo.toml @@ -15,7 +15,7 @@ avalanche-installer = "0.0.77" avalanche-network-runner-sdk = "0.3.3" # https://crates.io/crates/avalanche-network-runner-sdk avalanche-types = { path = "../../crates/avalanche-types", features = ["jsonrpc_client"] } # https://crates.io/crates/avalanche-types cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager -env_logger = "0.10.0" +env_logger = "0.11.1" hex = "0.4.3" log = "0.4.20" network = { path = "../../core/network" } diff --git a/tests/avalanchego-conformance/Cargo.toml b/tests/avalanchego-conformance/Cargo.toml index 0766791..dd0ed69 100644 --- a/tests/avalanchego-conformance/Cargo.toml +++ b/tests/avalanchego-conformance/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://avax.network" avalanche-types = { path = "../../crates/avalanche-types", features = ["libsecp256k1", "message"] } avalanchego-conformance-sdk = { path = "../../avalanchego-conformance-sdk" } cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager -env_logger = "0.10.0" +env_logger = "0.11.1" log = "0.4.20" random-manager = "0.0.5" serde_json = "1.0.104" # https://github.com/serde-rs/json/releases