dep(revm): update (#1684)

This commit is contained in:
Roman Krasiuk
2023-03-09 14:00:46 +02:00
committed by GitHub
parent 17e8ce48dc
commit e07e9532c0
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@@ -5158,7 +5158,7 @@ dependencies = [
[[package]]
name = "revm"
version = "3.0.0"
source = "git+https://github.com/bluealloy/revm?rev=b1208fee#b1208feed9cb5957dc4f1d0bda6419bcbfc6e6e8"
source = "git+https://github.com/bluealloy/revm?rev=d8dc6526#d8dc6526b33d94af8ce46dd9c8d2559c04593504"
dependencies = [
"auto_impl",
"revm-interpreter",
@@ -5168,7 +5168,7 @@ dependencies = [
[[package]]
name = "revm-interpreter"
version = "1.0.0"
source = "git+https://github.com/bluealloy/revm?rev=b1208fee#b1208feed9cb5957dc4f1d0bda6419bcbfc6e6e8"
source = "git+https://github.com/bluealloy/revm?rev=d8dc6526#d8dc6526b33d94af8ce46dd9c8d2559c04593504"
dependencies = [
"derive_more",
"enumn",
@@ -5179,7 +5179,7 @@ dependencies = [
[[package]]
name = "revm-precompile"
version = "2.0.0"
source = "git+https://github.com/bluealloy/revm?rev=b1208fee#b1208feed9cb5957dc4f1d0bda6419bcbfc6e6e8"
source = "git+https://github.com/bluealloy/revm?rev=d8dc6526#d8dc6526b33d94af8ce46dd9c8d2559c04593504"
dependencies = [
"k256",
"num",
@@ -5195,7 +5195,7 @@ dependencies = [
[[package]]
name = "revm-primitives"
version = "1.0.0"
source = "git+https://github.com/bluealloy/revm?rev=b1208fee#b1208feed9cb5957dc4f1d0bda6419bcbfc6e6e8"
source = "git+https://github.com/bluealloy/revm?rev=d8dc6526#d8dc6526b33d94af8ce46dd9c8d2559c04593504"
dependencies = [
"arbitrary",
"auto_impl",

View File

@@ -47,7 +47,7 @@ inherits = "release"
debug = true
[patch.crates-io]
revm = { git = "https://github.com/bluealloy/revm", rev = "b1208fee" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "b1208fee" }
revm = { git = "https://github.com/bluealloy/revm", rev = "d8dc6526" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "d8dc6526" }
# patched for quantity U256 responses <https://github.com/recmo/uint/issues/224>
ruint = { git = "https://github.com/paradigmxyz/uint" }