From c7679e2763e08fe15308aedae8587220efc5e763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:51:17 +0000 Subject: [PATCH] build(deps): update revm requirement from 5.0.0 to 6.0.0 --- updated-dependencies: - dependency-name: revm 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 5f4962cd..3777b4fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ arbiter-core = "0.10.2" ethers = { version = "=2.0.13", features = ["ws", "openssl", "rustls"] } # Ethereum -revm = { version = "5.0.0", features = ["ethersdb", "std", "serde"] } +revm = { version = "6.0.0", features = ["ethersdb", "std", "serde"] } # Networking reqwest = "0.11.24"