chore(deps): bump revm dd98b3b (#8882)

This commit is contained in:
DaniPopes
2024-06-17 13:10:03 +02:00
committed by GitHub
parent ff4a114e43
commit 43a49ed414
2 changed files with 11 additions and 11 deletions

12
Cargo.lock generated
View File

@ -4494,7 +4494,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
dependencies = [
"cfg-if",
"windows-targets 0.52.5",
"windows-targets 0.48.5",
]
[[package]]
@ -8371,7 +8371,7 @@ dependencies = [
[[package]]
name = "revm"
version = "9.0.0"
source = "git+https://github.com/bluealloy/revm.git?rev=8f4c153#8f4c153a02d94d9e1e9275ba3cf73f599e23c6b6"
source = "git+https://github.com/bluealloy/revm.git?rev=dd98b3b#dd98b3bb977396d23966e0a2f40d97678d931573"
dependencies = [
"auto_impl",
"cfg-if",
@ -8385,7 +8385,7 @@ dependencies = [
[[package]]
name = "revm-inspectors"
version = "0.1.0"
source = "git+https://github.com/paradigmxyz/revm-inspectors?rev=6bbf303#6bbf3033ba0119531de69cbddad1f4b89dfa2c4a"
source = "git+https://github.com/paradigmxyz/revm-inspectors?rev=79774a6#79774a6e4add9da9247130bf73305531092d0895"
dependencies = [
"alloy-primitives",
"alloy-rpc-types 0.1.0",
@ -8402,7 +8402,7 @@ dependencies = [
[[package]]
name = "revm-interpreter"
version = "5.0.0"
source = "git+https://github.com/bluealloy/revm.git?rev=8f4c153#8f4c153a02d94d9e1e9275ba3cf73f599e23c6b6"
source = "git+https://github.com/bluealloy/revm.git?rev=dd98b3b#dd98b3bb977396d23966e0a2f40d97678d931573"
dependencies = [
"revm-primitives",
"serde",
@ -8411,7 +8411,7 @@ dependencies = [
[[package]]
name = "revm-precompile"
version = "7.0.0"
source = "git+https://github.com/bluealloy/revm.git?rev=8f4c153#8f4c153a02d94d9e1e9275ba3cf73f599e23c6b6"
source = "git+https://github.com/bluealloy/revm.git?rev=dd98b3b#dd98b3bb977396d23966e0a2f40d97678d931573"
dependencies = [
"aurora-engine-modexp",
"blst",
@ -8429,7 +8429,7 @@ dependencies = [
[[package]]
name = "revm-primitives"
version = "4.0.0"
source = "git+https://github.com/bluealloy/revm.git?rev=8f4c153#8f4c153a02d94d9e1e9275ba3cf73f599e23c6b6"
source = "git+https://github.com/bluealloy/revm.git?rev=dd98b3b#dd98b3bb977396d23966e0a2f40d97678d931573"
dependencies = [
"alloy-primitives",
"auto_impl",

View File

@ -344,7 +344,7 @@ revm = { version = "9.0.0", features = [
revm-primitives = { version = "4.0.0", features = [
"std",
], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "6bbf303" }
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "79774a6" }
# eth
alloy-chains = "0.1.15"
@ -497,7 +497,7 @@ similar-asserts = "1.5.0"
test-fuzz = "5"
[patch.crates-io]
revm = { git = "https://github.com/bluealloy/revm.git", rev = "8f4c153" }
revm-interpreter = { git = "https://github.com/bluealloy/revm.git", rev = "8f4c153" }
revm-precompile = { git = "https://github.com/bluealloy/revm.git", rev = "8f4c153" }
revm-primitives = { git = "https://github.com/bluealloy/revm.git", rev = "8f4c153" }
revm = { git = "https://github.com/bluealloy/revm.git", rev = "dd98b3b" }
revm-interpreter = { git = "https://github.com/bluealloy/revm.git", rev = "dd98b3b" }
revm-precompile = { git = "https://github.com/bluealloy/revm.git", rev = "dd98b3b" }
revm-primitives = { git = "https://github.com/bluealloy/revm.git", rev = "dd98b3b" }