chore: bump revm +revm-inspectors+alloy (#6535)

This commit is contained in:
Matthias Seitz
2024-02-10 15:59:02 +01:00
committed by GitHub
parent 3c3c7b36ad
commit cc1c02a3a9
2 changed files with 16 additions and 16 deletions

20
Cargo.lock generated
View File

@ -173,7 +173,7 @@ dependencies = [
[[package]] [[package]]
name = "alloy-genesis" name = "alloy-genesis"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=80206e7#80206e7ba7686c514da291c06a5e7912b5361047" source = "git+https://github.com/alloy-rs/alloy?rev=098ad56#098ad5657d55bbc5fe9469ede2a9ca79def738f2"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rpc-types", "alloy-rpc-types",
@ -195,7 +195,7 @@ dependencies = [
[[package]] [[package]]
name = "alloy-node-bindings" name = "alloy-node-bindings"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=80206e7#80206e7ba7686c514da291c06a5e7912b5361047" source = "git+https://github.com/alloy-rs/alloy?rev=098ad56#098ad5657d55bbc5fe9469ede2a9ca79def738f2"
dependencies = [ dependencies = [
"alloy-genesis", "alloy-genesis",
"alloy-primitives", "alloy-primitives",
@ -256,7 +256,7 @@ dependencies = [
[[package]] [[package]]
name = "alloy-rpc-engine-types" name = "alloy-rpc-engine-types"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=80206e7#80206e7ba7686c514da291c06a5e7912b5361047" source = "git+https://github.com/alloy-rs/alloy?rev=098ad56#098ad5657d55bbc5fe9469ede2a9ca79def738f2"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -271,7 +271,7 @@ dependencies = [
[[package]] [[package]]
name = "alloy-rpc-trace-types" name = "alloy-rpc-trace-types"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=80206e7#80206e7ba7686c514da291c06a5e7912b5361047" source = "git+https://github.com/alloy-rs/alloy?rev=098ad56#098ad5657d55bbc5fe9469ede2a9ca79def738f2"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rpc-types", "alloy-rpc-types",
@ -282,7 +282,7 @@ dependencies = [
[[package]] [[package]]
name = "alloy-rpc-types" name = "alloy-rpc-types"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=80206e7#80206e7ba7686c514da291c06a5e7912b5361047" source = "git+https://github.com/alloy-rs/alloy?rev=098ad56#098ad5657d55bbc5fe9469ede2a9ca79def738f2"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -7004,7 +7004,7 @@ dependencies = [
[[package]] [[package]]
name = "revm" name = "revm"
version = "4.0.0" version = "4.0.0"
source = "git+https://github.com/bluealloy/revm?branch=main#bbca12830be2757ff3e608a36f062f5e2d62231b" source = "git+https://github.com/bluealloy/revm?branch=main#52c517c395a28baaef2981d545669611a4bec3e2"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"cfg-if", "cfg-if",
@ -7017,7 +7017,7 @@ dependencies = [
[[package]] [[package]]
name = "revm-inspectors" name = "revm-inspectors"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=67ab6a0#67ab6a0391a340be8eae7fa88bcfa7b2aaef1724" source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=c85c806#c85c806765750faeb148d343127ba87d107a8456"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rpc-trace-types", "alloy-rpc-trace-types",
@ -7034,7 +7034,7 @@ dependencies = [
[[package]] [[package]]
name = "revm-interpreter" name = "revm-interpreter"
version = "2.0.0" version = "2.0.0"
source = "git+https://github.com/bluealloy/revm?branch=main#bbca12830be2757ff3e608a36f062f5e2d62231b" source = "git+https://github.com/bluealloy/revm?branch=main#52c517c395a28baaef2981d545669611a4bec3e2"
dependencies = [ dependencies = [
"revm-primitives", "revm-primitives",
"serde", "serde",
@ -7043,7 +7043,7 @@ dependencies = [
[[package]] [[package]]
name = "revm-precompile" name = "revm-precompile"
version = "3.0.0" version = "3.0.0"
source = "git+https://github.com/bluealloy/revm?branch=main#bbca12830be2757ff3e608a36f062f5e2d62231b" source = "git+https://github.com/bluealloy/revm?branch=main#52c517c395a28baaef2981d545669611a4bec3e2"
dependencies = [ dependencies = [
"aurora-engine-modexp", "aurora-engine-modexp",
"blst", "blst",
@ -7060,7 +7060,7 @@ dependencies = [
[[package]] [[package]]
name = "revm-primitives" name = "revm-primitives"
version = "2.0.0" version = "2.0.0"
source = "git+https://github.com/bluealloy/revm?branch=main#bbca12830be2757ff3e608a36f062f5e2d62231b" source = "git+https://github.com/bluealloy/revm?branch=main#52c517c395a28baaef2981d545669611a4bec3e2"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"auto_impl", "auto_impl",

View File

@ -175,7 +175,7 @@ revm = { git = "https://github.com/bluealloy/revm", branch = "main", features =
revm-primitives = { git = "https://github.com/bluealloy/revm", branch = "main", features = [ revm-primitives = { git = "https://github.com/bluealloy/revm", branch = "main", features = [
"std", "std",
], default-features = false } ], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "67ab6a0" } revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "c85c806" }
# eth # eth
alloy-chains = { version = "0.1", feature = ["serde", "rlp", "arbitrary"] } alloy-chains = { version = "0.1", feature = ["serde", "rlp", "arbitrary"] }
@ -184,11 +184,11 @@ alloy-dyn-abi = "0.6"
alloy-sol-types = "0.6" alloy-sol-types = "0.6"
alloy-rlp = "0.3" alloy-rlp = "0.3"
alloy-trie = "0.2" alloy-trie = "0.2"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-rpc-engine-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } alloy-rpc-engine-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
ethers-core = { version = "2.0", default-features = false } ethers-core = { version = "2.0", default-features = false }
ethers-providers = { version = "2.0", default-features = false } ethers-providers = { version = "2.0", default-features = false }
ethers-signers = { version = "2.0", default-features = false } ethers-signers = { version = "2.0", default-features = false }