From 93c0eeac171f20234ca8cae59f8ebdd9a21dd994 Mon Sep 17 00:00:00 2001 From: rakita Date: Tue, 16 Jan 2024 09:59:44 +0100 Subject: [PATCH] chore(dep): bump revm with max blob fee fix (#6081) --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62aebd6b02..49b31ebfdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6872,7 +6872,7 @@ dependencies = [ [[package]] name = "revm" version = "3.5.0" -source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#5ea9d7948bd5cd34bc5fe00e33ae9fcba5340448" +source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#e13f6041e2b4c0fca1028632a17d5a736212e6ec" dependencies = [ "auto_impl", "revm-interpreter", @@ -6900,7 +6900,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "1.3.0" -source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#5ea9d7948bd5cd34bc5fe00e33ae9fcba5340448" +source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#e13f6041e2b4c0fca1028632a17d5a736212e6ec" dependencies = [ "revm-primitives", ] @@ -6908,7 +6908,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "2.2.0" -source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#5ea9d7948bd5cd34bc5fe00e33ae9fcba5340448" +source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#e13f6041e2b4c0fca1028632a17d5a736212e6ec" dependencies = [ "aurora-engine-modexp", "c-kzg", @@ -6924,7 +6924,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "1.3.0" -source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#5ea9d7948bd5cd34bc5fe00e33ae9fcba5340448" +source = "git+https://github.com/bluealloy/revm?branch=reth_freeze#e13f6041e2b4c0fca1028632a17d5a736212e6ec" dependencies = [ "alloy-primitives", "alloy-rlp",