From 6501f3ea38b81df0f528f8a80ccc7cf951aaa63d Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 23 Oct 2024 14:36:28 +0200 Subject: [PATCH] chore: bump revm --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f79c18..7d3f8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures = "0.3" parking_lot = "0.12" -revm = { version = "16.0.0", default-features = false, features = [ +revm = { version = "17.0.0", default-features = false, features = [ "std", "serde", ] }