From 3a6c80dcc761a0bc96e677e38b4a9da4344003ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:08:01 +0000 Subject: [PATCH] build(deps): bump zip from 8.3.0 to 8.4.0 Bumps [zip](https://github.com/zip-rs/zip2) from 8.3.0 to 8.4.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v8.3.0...v8.4.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ zilliqa/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0faf37392..f754bd581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", @@ -11036,7 +11036,7 @@ dependencies = [ "vergen-git2", "zilliqa", "zilliqa-macros", - "zip 8.3.0", + "zip 8.4.0", ] [[package]] @@ -11095,9 +11095,9 @@ dependencies = [ [[package]] name = "zip" -version = "8.3.0" +version = "8.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a243cfad17427fc077f529da5a95abe4e94fd2bfdb601611870a6557cc67657" +checksum = "7756d0206d058333667493c4014f545f4b9603c4330ccd6d9b3f86dcab59f7d9" dependencies = [ "crc32fast", "indexmap 2.12.0", diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index a8708f343..b01faeef2 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -107,7 +107,7 @@ sled = { version = "0.34.7", features = ["no_logs"] } r2d2 = "0.8.10" r2d2_sqlite = "0.31.0" rocksdb = { version = "0.24.0", default-features = false, features = ["bindgen-runtime", "jemalloc", "lz4", "snappy", "zstd"] } -zip = { version = "8.3.0", default-features = false, features = ["zstd"] } +zip = { version = "8.4.0", default-features = false, features = ["zstd"] } eth_trie = { git = "https://github.com/Zilliqa/eth-trie.rs.git", branch = "zilliqa-revm" } arc-swap = "1.9.0" redis = { version = "0.32.7", features = ["keep-alive", "r2d2", "tcp_nodelay"], default-features = false }