From b9c0694cbbb83f3de7a5afbd662d6e5381929e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:05:50 +0000 Subject: [PATCH] build(deps): bump reth-ipc from `780161a` to `fce0825` Bumps [reth-ipc](https://github.com/paradigmxyz/reth) from `780161a` to `fce0825`. - [Release notes](https://github.com/paradigmxyz/reth/releases) - [Commits](https://github.com/paradigmxyz/reth/compare/780161a6472952704c5e1cc6d8f56fbda172d660...fce0825f81e029b8f260cd43a11c06cce5060e3a) --- updated-dependencies: - dependency-name: reth-ipc dependency-version: fce0825f81e029b8f260cd43a11c06cce5060e3a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb37920ef0..0e68dc4f35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1191,7 +1191,7 @@ dependencies = [ "bitflags 2.9.0", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.10.5", "lazy_static", "lazycell", "log", @@ -1946,7 +1946,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -2558,7 +2558,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.0", - "windows-sys 0.61.1", + "windows-sys 0.60.2", ] [[package]] @@ -5146,7 +5146,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -7008,7 +7008,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.108", @@ -7473,8 +7473,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.8.3" -source = "git+https://github.com/paradigmxyz/reth#780161a6472952704c5e1cc6d8f56fbda172d660" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth#fce0825f81e029b8f260cd43a11c06cce5060e3a" dependencies = [ "bytes", "futures", @@ -9086,7 +9086,7 @@ dependencies = [ "getrandom 0.3.2", "once_cell", "rustix 1.0.2", - "windows-sys 0.61.1", + "windows-sys 0.60.2", ] [[package]] @@ -10155,7 +10155,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]