Skip to content

Commit adf3274

Browse files
committed
chore: reth to 1.9.1
1 parent ffb90d7 commit adf3274

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.14.0"
6+
version = "0.14.1"
77
edition = "2024"
88
rust-version = "1.88"
99
authors = ["init4"]
@@ -74,22 +74,22 @@ alloy = { version = "1.0.35", features = [
7474
alloy-contract = { version = "1.0.35", features = ["pubsub"] }
7575

7676
# Reth
77-
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
78-
reth-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
79-
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
80-
reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
81-
reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
82-
reth-eth-wire-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
83-
reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
84-
reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
85-
reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
86-
reth-network-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
87-
reth-network-peers = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
88-
reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
89-
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
90-
reth-prune-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
91-
reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
92-
reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" }
77+
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
78+
reth-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
79+
reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
80+
reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
81+
reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
82+
reth-eth-wire-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
83+
reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
84+
reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
85+
reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
86+
reth-network-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
87+
reth-network-peers = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
88+
reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
89+
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
90+
reth-prune-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
91+
reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
92+
reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" }
9393

9494
# Foundry periphery
9595
foundry-blob-explorers = "0.17"

0 commit comments

Comments
 (0)