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]]
name = "alloy-genesis"
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 = [
"alloy-primitives",
"alloy-rpc-types",
@ -195,7 +195,7 @@ dependencies = [
[[package]]
name = "alloy-node-bindings"
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 = [
"alloy-genesis",
"alloy-primitives",
@ -256,7 +256,7 @@ dependencies = [
[[package]]
name = "alloy-rpc-engine-types"
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 = [
"alloy-primitives",
"alloy-rlp",
@ -271,7 +271,7 @@ dependencies = [
[[package]]
name = "alloy-rpc-trace-types"
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 = [
"alloy-primitives",
"alloy-rpc-types",
@ -282,7 +282,7 @@ dependencies = [
[[package]]
name = "alloy-rpc-types"
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 = [
"alloy-primitives",
"alloy-rlp",
@ -7004,7 +7004,7 @@ dependencies = [
[[package]]
name = "revm"
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 = [
"auto_impl",
"cfg-if",
@ -7017,7 +7017,7 @@ dependencies = [
[[package]]
name = "revm-inspectors"
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 = [
"alloy-primitives",
"alloy-rpc-trace-types",
@ -7034,7 +7034,7 @@ dependencies = [
[[package]]
name = "revm-interpreter"
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 = [
"revm-primitives",
"serde",
@ -7043,7 +7043,7 @@ dependencies = [
[[package]]
name = "revm-precompile"
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 = [
"aurora-engine-modexp",
"blst",
@ -7060,7 +7060,7 @@ dependencies = [
[[package]]
name = "revm-primitives"
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 = [
"alloy-primitives",
"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 = [
"std",
], 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
alloy-chains = { version = "0.1", feature = ["serde", "rlp", "arbitrary"] }
@ -184,11 +184,11 @@ alloy-dyn-abi = "0.6"
alloy-sol-types = "0.6"
alloy-rlp = "0.3"
alloy-trie = "0.2"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-rpc-engine-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" }
alloy-node-bindings = { 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 = "098ad56" }
alloy-rpc-engine-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" }
ethers-core = { version = "2.0", default-features = false }
ethers-providers = { version = "2.0", default-features = false }
ethers-signers = { version = "2.0", default-features = false }