From 2baa4fcfef513da4c96bda031aba26f6c2502bf9 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 6 Nov 2024 13:12:56 +0100 Subject: [PATCH] chore: bump revm 18 alloy 0.6 (#238) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2dabaef2..24514b5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,11 +30,11 @@ clippy.lint_groups_priority = "allow" [dependencies] # eth -alloy-rpc-types-eth = "0.5" -alloy-rpc-types-trace = "0.5" +alloy-rpc-types-eth = "0.6" +alloy-rpc-types-trace = "0.6" alloy-sol-types = "0.8" alloy-primitives = { version = "0.8", features = ["map"] } -revm = { version = "17.0.0", default-features = false, features = ["std"] } +revm = { version = "18.0.0", default-features = false, features = ["std"] } anstyle = "1.0" colorchoice = "1.0"