diff --git a/Cargo.toml b/Cargo.toml index cec85b8..f9b2230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,12 +77,12 @@ alloy = { version = "1.4.0", features = [ ] } # Reth -reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" } -reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" } -reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" } +reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } +reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } +reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.11.0" } # Foundry periphery foundry-blob-explorers = "0.17"