From b254d9f555aa05f6610fa5ea95a73ebf59eaf313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:05:59 +0000 Subject: [PATCH] build(deps): bump env_logger from 0.11.9 to 0.11.10 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.9 to 0.11.10. - [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.11.9...v0.11.10) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ z2/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0faf37392..d7992537b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3017,11 +3017,11 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.9" +version = "0.11.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" +checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a" dependencies = [ - "anstream 0.6.18", + "anstream 1.0.0", "anstyle", "env_filter", "jiff", @@ -5093,7 +5093,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -7030,7 +7030,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.117", @@ -7109,7 +7109,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.5.8", + "socket2 0.6.0", "thiserror 2.0.18", "tokio", "tracing", diff --git a/z2/Cargo.toml b/z2/Cargo.toml index 3e83dd058..475c95b17 100644 --- a/z2/Cargo.toml +++ b/z2/Cargo.toml @@ -30,7 +30,7 @@ clap = { version = "4.6.0", features = ["derive"] } clap-verbosity-flag = "3.0.4" cliclack = "0.5.0" colored = "3.1.1" -env_logger = "0.11.9" +env_logger = "0.11.10" eth_trie = { git = "https://github.com/Zilliqa/eth-trie.rs.git", branch = "zilliqa-revm" } ethabi = "18.0.0" futures = "0.3.32"