mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 16:48:13 -05:00
dep(revm): update (#1684)
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user