From 4897f88b0c822b31610cc6a43dea27ec12518168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A4=E7=8B=90=E4=B8=80=E5=86=B2?= <43949039+anonymousGiga@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:07:20 +0800 Subject: [PATCH] update revm (#44) --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fcb6365df6a..55a30e689178 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6667,7 +6667,7 @@ dependencies = [ [[package]] name = "revm" version = "3.5.0" -source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#84931d25fb941955842ec6990ca56825e05b7379" +source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#5f4d7d9077d488f58c7c98be80887150c923d7ad" dependencies = [ "auto_impl", "hashbrown 0.14.3", @@ -6679,7 +6679,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "1.3.0" -source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#84931d25fb941955842ec6990ca56825e05b7379" +source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#5f4d7d9077d488f58c7c98be80887150c923d7ad" dependencies = [ "revm-primitives", "revm-utils", @@ -6688,7 +6688,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "2.2.0" -source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#84931d25fb941955842ec6990ca56825e05b7379" +source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#5f4d7d9077d488f58c7c98be80887150c923d7ad" dependencies = [ "aurora-engine-modexp", "c-kzg", @@ -6704,7 +6704,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "1.3.0" -source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#84931d25fb941955842ec6990ca56825e05b7379" +source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#5f4d7d9077d488f58c7c98be80887150c923d7ad" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6724,7 +6724,7 @@ dependencies = [ [[package]] name = "revm-utils" version = "0.1.0" -source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#84931d25fb941955842ec6990ca56825e05b7379" +source = "git+https://github.com/megaeth-labs/revm?branch=andy/dev/new-perf#5f4d7d9077d488f58c7c98be80887150c923d7ad" dependencies = [ "allocator-api2", "ctor 0.2.5",