From cd8f4500e9b317b6168ab97c3fb23482ba3b2f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:09:44 +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 4a2fa80a..e9a668fc 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"