From b3610e4cd88102fab1cb4b88d7b102032e1a3d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:42:13 +0000 Subject: [PATCH] chore(deps): bump reth-codecs from 0.3.0 to 0.3.1 Bumps [reth-codecs](https://github.com/paradigmxyz/reth-core) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/paradigmxyz/reth-core/releases) - [Changelog](https://github.com/paradigmxyz/reth-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/paradigmxyz/reth-core/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: reth-codecs dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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" }