From d6a1bd7360eb4985a89790ba4328f4a6ec028774 Mon Sep 17 00:00:00 2001 From: yutianwu Date: Mon, 8 Jul 2024 10:18:19 +0800 Subject: [PATCH] update dependencies --- Cargo.lock | 8 ++++---- Cargo.toml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b8c0003e..e818a21de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9333,7 +9333,7 @@ dependencies = [ [[package]] name = "revm" version = "10.0.0" -source = "git+https://github.com/yutianwu/revm?rev=8aca0933cee840be9947f7323e26d71e2d33012d#8aca0933cee840be9947f7323e26d71e2d33012d" +source = "git+https://github.com/bnb-chain/revm?rev=e4bf75d62e36077fb3904c400332da0376c03383#e4bf75d62e36077fb3904c400332da0376c03383" dependencies = [ "auto_impl", "cfg-if", @@ -9365,7 +9365,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "6.0.0" -source = "git+https://github.com/yutianwu/revm?rev=8aca0933cee840be9947f7323e26d71e2d33012d#8aca0933cee840be9947f7323e26d71e2d33012d" +source = "git+https://github.com/bnb-chain/revm?rev=e4bf75d62e36077fb3904c400332da0376c03383#e4bf75d62e36077fb3904c400332da0376c03383" dependencies = [ "revm-primitives", "serde", @@ -9374,7 +9374,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "8.0.0" -source = "git+https://github.com/yutianwu/revm?rev=8aca0933cee840be9947f7323e26d71e2d33012d#8aca0933cee840be9947f7323e26d71e2d33012d" +source = "git+https://github.com/bnb-chain/revm?rev=e4bf75d62e36077fb3904c400332da0376c03383#e4bf75d62e36077fb3904c400332da0376c03383" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9402,7 +9402,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "5.0.0" -source = "git+https://github.com/yutianwu/revm?rev=8aca0933cee840be9947f7323e26d71e2d33012d#8aca0933cee840be9947f7323e26d71e2d33012d" +source = "git+https://github.com/bnb-chain/revm?rev=e4bf75d62e36077fb3904c400332da0376c03383#e4bf75d62e36077fb3904c400332da0376c03383" dependencies = [ "alloy-primitives", "auto_impl", diff --git a/Cargo.toml b/Cargo.toml index 94b658db2..a7c9ae4c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -506,11 +506,11 @@ test-fuzz = "5" iai-callgrind = "0.11" [patch.crates-io] -revm = { git = "https://github.com/yutianwu/revm", rev = "8aca0933cee840be9947f7323e26d71e2d33012d" } -revm-interpreter = { git = "https://github.com/yutianwu/revm", rev = "8aca0933cee840be9947f7323e26d71e2d33012d" } -revm-precompile = { git = "https://github.com/yutianwu/revm", rev = "8aca0933cee840be9947f7323e26d71e2d33012d" } -revm-primitives = { git = "https://github.com/yutianwu/revm", rev = "8aca0933cee840be9947f7323e26d71e2d33012d" } +revm = { git = "https://github.com/bnb-chain/revm", rev = "e4bf75d62e36077fb3904c400332da0376c03383" } +revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "e4bf75d62e36077fb3904c400332da0376c03383" } +revm-precompile = { git = "https://github.com/bnb-chain/revm", rev = "e4bf75d62e36077fb3904c400332da0376c03383" } +revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "e4bf75d62e36077fb3904c400332da0376c03383" } alloy-chains = { git = "https://github.com/bnb-chain/alloy-chains-rs.git", rev = "b7c5379cf47345181f8dce350acafb958f47152a" } [patch."https://github.com/bluealloy/revm"] -revm = { git = "https://github.com/yutianwu/revm", rev = "8aca0933cee840be9947f7323e26d71e2d33012d" } \ No newline at end of file +revm = { git = "https://github.com/bnb-chain/revm", rev = "e4bf75d62e36077fb3904c400332da0376c03383" } \ No newline at end of file