Skip to content

Commit b9e6353

Browse files
committed
bump reth to 1.4.1
1 parent a010527 commit b9e6353

File tree

3 files changed

+258
-154
lines changed

3 files changed

+258
-154
lines changed

Cargo.lock

Lines changed: 134 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
op-alloy-rpc-types-engine = "0.14.1"
8-
alloy-rpc-types-engine = "0.14.0"
9-
alloy-rpc-types-eth = "0.14.0"
10-
alloy-serde = "0.14.0"
11-
alloy-eips = { version = "0.14.0", features = ["serde"], optional = true }
7+
op-alloy-rpc-types-engine = "0.16.0"
8+
alloy-rpc-types-engine = "1.0.3"
9+
alloy-rpc-types-eth = "1.0.3"
10+
alloy-serde = "1.0.3"
11+
alloy-eips = { version = "1.0.3", features = ["serde"], optional = true }
1212
alloy-primitives = { version = "1.0.0", features = ["rand"] }
1313
tokio = { version = "1", features = ["full"] }
1414
tracing = "0.1.4"
@@ -54,16 +54,16 @@ parking_lot = "0.12.3"
5454
[dev-dependencies]
5555
rand = "0.9.0"
5656
time = { version = "0.3.36", features = ["macros", "formatting", "parsing"] }
57-
op-alloy-consensus = "0.14.0"
58-
alloy-eips = { version = "0.14.0", features = ["serde"] }
59-
alloy-consensus = { version = "0.14.0", features = ["serde"] }
57+
op-alloy-consensus = "0.16.0"
58+
alloy-eips = { version = "1.0.3", features = ["serde"] }
59+
alloy-consensus = { version = "1.0.3", features = ["serde"] }
6060
anyhow = "1.0"
6161
testcontainers = { version = "0.23.3" }
6262
assert_cmd = "2.0.10"
6363
predicates = "3.1.2"
6464
tokio-util = { version = "0.7.13" }
6565
bytes = "1.2"
66-
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.3.11" }
66+
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth.git", rev = "v1.4.1" }
6767
ctor = "0.4.1"
6868
reqwest = "0.12.15"
6969

0 commit comments

Comments
 (0)