From d0858065bc278253945c4ee8948679b7ac9fca19 Mon Sep 17 00:00:00 2001
From: zerosnacks <zerosnacks@protonmail.com>
Date: Tue, 18 Mar 2025 11:57:55 +0100
Subject: [PATCH] bump Reth to 1.3.2

---
 examples/advanced/Cargo.toml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/examples/advanced/Cargo.toml b/examples/advanced/Cargo.toml
index de0e6c5..4b89259 100644
--- a/examples/advanced/Cargo.toml
+++ b/examples/advanced/Cargo.toml
@@ -17,13 +17,13 @@ alloy.workspace = true
 foundry-fork-db.workspace = true
 
 # reth
-revm-primitives = { version = "16.0.0-alpha.3", default-features = false }
-revm = { version = "20.0.0-alpha.5", default-features = false }
-reth-db = { git = "https://github.com/paradigmxyz/reth", package = "reth-db", rev = "v1.3.1" }
-reth-provider = { git = "https://github.com/paradigmxyz/reth", package = "reth-provider", rev = "v1.3.1" }
-reth-node-types = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-types", rev = "v1.3.1" }
-reth-chainspec = { git = "https://github.com/paradigmxyz/reth", package = "reth-chainspec", rev = "v1.3.1" }
-reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-ethereum", rev = "v1.3.1" }
+revm-primitives = { version = "16.0.0-alpha.4", default-features = false }
+revm = { version = "20.0.0-alpha.6", default-features = false }
+reth-db = { git = "https://github.com/paradigmxyz/reth", package = "reth-db", rev = "v1.3.2" }
+reth-provider = { git = "https://github.com/paradigmxyz/reth", package = "reth-provider", rev = "v1.3.2" }
+reth-node-types = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-types", rev = "v1.3.2" }
+reth-chainspec = { git = "https://github.com/paradigmxyz/reth", package = "reth-chainspec", rev = "v1.3.2" }
+reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-ethereum", rev = "v1.3.2" }
 
 eyre.workspace = true
 tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }