From c7c1f3f7e70cfd9be2e1bb367cce26f25cd84f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:02:16 +0000 Subject: [PATCH] Chore(deps): Update revm requirement from 23.1 to 24.0 --- updated-dependencies: - dependency-name: revm dependency-version: 23.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f14e484..5e37ff31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ itertools = "0.14" log = "0.4" rand = "0.9" reqwest = "0.12" -revm = { version = "23.1", default-features = false, features = ["std"] } +revm = { version = "24.0", default-features = false, features = ["std"] } op-revm = { version = "4.0", default-features = false, features = ["std"] } rkyv = "0.8" serde = "1.0"