diff --git a/Cargo.lock b/Cargo.lock index 5e48a45..e1e1b51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6656,9 +6656,9 @@ dependencies = [ [[package]] name = "reth-codecs" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a79b3247ae4fbb1d4d35ce83a11fc596428a4c6ea836c98a75a55340192578a4" +checksum = "fce542a96bf888f31854803e80b3340bc233927743aa580838014e8a88fe0d66" dependencies = [ "alloy-consensus", "alloy-eips 2.0.1", @@ -6677,9 +6677,9 @@ dependencies = [ [[package]] name = "reth-codecs-derive" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df5dbae40c272b8a1b4fcc08ee2d4e77d3b0ccdb187c1313f412a73ff54ff2a2" +checksum = "634c90f1cc0f9887680ca785b0b21aa961070b9465917bf65afaec56a6d005bb" dependencies = [ "proc-macro2", "quote", @@ -9118,9 +9118,9 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82fa54c341d926ec9b0f7fc0c87f831aa4959de699e69caab1a0bfd914326c09" +checksum = "c12fafa33d2f420a9d39249a3e0357b1928d09429f30758b85280409092873b2" dependencies = [ "zstd", ] diff --git a/Cargo.toml b/Cargo.toml index 4695805..cc2b9d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v2. reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v2.1.0" } reth-rpc = { git = "https://github.com/paradigmxyz/reth.git", tag = "v2.1.0" } reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth.git", tag = "v2.1.0" } -reth-codecs = { version = "0.3.0", default-features = false } +reth-codecs = { version = "0.3.1", default-features = false } ev-revm = { path = "crates/ev-revm" } ev-primitives = { path = "crates/ev-primitives" }