chore: bump alloy dd7a999 (#8215)

This commit is contained in:
Matthias Seitz
2024-05-13 10:01:15 +02:00
committed by GitHub
parent c2a05f07d3
commit aed78a6e4d
2 changed files with 70 additions and 70 deletions

112
Cargo.lock generated
View File

@ -133,12 +133,12 @@ dependencies = [
[[package]]
name = "alloy-consensus"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-primitives",
"alloy-rlp",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"c-kzg",
"serde",
]
@ -177,11 +177,11 @@ dependencies = [
[[package]]
name = "alloy-eips"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"arbitrary",
"c-kzg",
"derive_more",
@ -211,10 +211,10 @@ dependencies = [
[[package]]
name = "alloy-genesis"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-primitives",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"serde",
"serde_json",
]
@ -245,7 +245,7 @@ dependencies = [
[[package]]
name = "alloy-json-rpc"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-primitives",
"serde",
@ -257,13 +257,13 @@ dependencies = [
[[package]]
name = "alloy-network"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-json-rpc",
"alloy-primitives",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-signer",
"alloy-sol-types",
"async-trait",
@ -274,9 +274,9 @@ dependencies = [
[[package]]
name = "alloy-node-bindings"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-primitives",
"k256",
"serde_json",
@ -316,14 +316,14 @@ dependencies = [
[[package]]
name = "alloy-provider"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-json-rpc",
"alloy-network",
"alloy-primitives",
"alloy-rpc-client",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-rpc-types-trace",
"alloy-transport",
"alloy-transport-http",
@ -366,7 +366,7 @@ dependencies = [
[[package]]
name = "alloy-rpc-client"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-json-rpc",
"alloy-transport",
@ -386,14 +386,14 @@ dependencies = [
[[package]]
name = "alloy-rpc-types"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-primitives",
"alloy-rlp",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-sol-types",
"arbitrary",
"itertools 0.12.1",
@ -426,19 +426,19 @@ dependencies = [
[[package]]
name = "alloy-rpc-types-anvil"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-primitives",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"serde",
]
[[package]]
name = "alloy-rpc-types-beacon"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-primitives",
"alloy-rpc-types-engine",
"serde",
@ -448,14 +448,14 @@ dependencies = [
[[package]]
name = "alloy-rpc-types-engine"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-primitives",
"alloy-rlp",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"ethereum_ssz",
"ethereum_ssz_derive",
"jsonrpsee-types",
@ -468,11 +468,11 @@ dependencies = [
[[package]]
name = "alloy-rpc-types-trace"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-primitives",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"serde",
"serde_json",
]
@ -480,7 +480,7 @@ dependencies = [
[[package]]
name = "alloy-serde"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-primitives",
"serde",
@ -500,7 +500,7 @@ dependencies = [
[[package]]
name = "alloy-signer"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-primitives",
"async-trait",
@ -513,9 +513,9 @@ dependencies = [
[[package]]
name = "alloy-signer-wallet"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-network",
"alloy-primitives",
"alloy-signer",
@ -588,7 +588,7 @@ dependencies = [
[[package]]
name = "alloy-transport"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-json-rpc",
"base64 0.22.1",
@ -606,7 +606,7 @@ dependencies = [
[[package]]
name = "alloy-transport-http"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
source = "git+https://github.com/alloy-rs/alloy?rev=dd7a999#dd7a999d9efe259c47a34dde046952de795a8f6a"
dependencies = [
"alloy-json-rpc",
"alloy-transport",
@ -2977,7 +2977,7 @@ dependencies = [
name = "exex-rollup"
version = "0.0.0"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-rlp",
"alloy-sol-types",
"eyre",
@ -6578,8 +6578,8 @@ dependencies = [
name = "reth-codecs"
version = "0.2.0-beta.7"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-primitives",
"arbitrary",
"bytes",
@ -6784,9 +6784,9 @@ dependencies = [
name = "reth-e2e-test-utils"
version = "0.2.0-beta.7"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-network",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-signer",
"alloy-signer-wallet",
"eyre",
@ -6990,7 +6990,7 @@ dependencies = [
name = "reth-evm-ethereum"
version = "0.2.0-beta.7"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"reth-evm",
"reth-interfaces",
"reth-primitives",
@ -7541,11 +7541,11 @@ name = "reth-primitives"
version = "0.2.0-beta.7"
dependencies = [
"alloy-chains",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-primitives",
"alloy-rlp",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-trie",
"arbitrary",
"assert_matches",
@ -7644,7 +7644,7 @@ dependencies = [
name = "reth-revm"
version = "0.2.0-beta.7"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"reth-consensus-common",
"reth-interfaces",
"reth-primitives",
@ -7829,7 +7829,7 @@ name = "reth-rpc-types"
version = "0.2.0-beta.7"
dependencies = [
"alloy-primitives",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-rpc-types-anvil",
"alloy-rpc-types-beacon",
"alloy-rpc-types-engine",
@ -7854,7 +7854,7 @@ name = "reth-rpc-types-compat"
version = "0.2.0-beta.7"
dependencies = [
"alloy-rlp",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"reth-primitives",
"reth-rpc-types",
"serde_json",
@ -7961,7 +7961,7 @@ dependencies = [
name = "reth-testing-utils"
version = "0.2.0-beta.7"
dependencies = [
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"reth-primitives",
"secp256k1 0.28.2",
]
@ -8095,10 +8095,10 @@ dependencies = [
[[package]]
name = "revm-inspectors"
version = "0.1.0"
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=ff0eca1#ff0eca19e0eee0b3d188d9f179eaf4fd5ace4bea"
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=21a2db5#21a2db5a3a828a35e82b116e5d046a9efaca1449"
dependencies = [
"alloy-primitives",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=dd7a999)",
"alloy-rpc-types-trace",
"alloy-sol-types",
"anstyle",

View File

@ -282,7 +282,7 @@ reth-testing-utils = { path = "testing/testing-utils" }
# revm
revm = { version = "9.0.0", features = ["std", "secp256k1"], default-features = false }
revm-primitives = { version = "4.0.0", features = ["std"], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "ff0eca1" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "21a2db5" }
# eth
alloy-chains = "0.1.15"
@ -291,21 +291,21 @@ alloy-dyn-abi = "0.7.2"
alloy-sol-types = "0.7.2"
alloy-rlp = "0.3.4"
alloy-trie = "0.3.1"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999", default-features = false, features = [
"reqwest",
] }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "f1d7085" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "f1d7085" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "dd7a999" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999" }
# misc
auto_impl = "1"