mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Merge branch 'unstable' into deneb-merge-from-unstable-20230627
# Conflicts: # Cargo.lock # common/eth2_network_config/built_in_network_configs/gnosis/config.yaml
This commit is contained in:
16
Cargo.lock
generated
16
Cargo.lock
generated
@@ -665,6 +665,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tree_hash",
|
||||
"tree_hash_derive",
|
||||
"types",
|
||||
"unused_port",
|
||||
]
|
||||
@@ -2343,6 +2344,8 @@ dependencies = [
|
||||
"libsecp256k1",
|
||||
"lighthouse_network",
|
||||
"mediatype",
|
||||
"mime",
|
||||
"pretty_reqwest_error",
|
||||
"procinfo",
|
||||
"proto_array",
|
||||
"psutil",
|
||||
@@ -2353,6 +2356,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"slashing_protection",
|
||||
"store",
|
||||
"tokio",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -2795,6 +2799,7 @@ dependencies = [
|
||||
"lru 0.7.8",
|
||||
"mev-rs",
|
||||
"parking_lot 0.12.1",
|
||||
"pretty_reqwest_error",
|
||||
"rand 0.8.5",
|
||||
"reqwest",
|
||||
"sensitive_url",
|
||||
@@ -6275,6 +6280,14 @@ dependencies = [
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pretty_reqwest_error"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"reqwest",
|
||||
"sensitive_url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "prettyplease"
|
||||
version = "0.1.25"
|
||||
@@ -7925,7 +7938,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ssz_types"
|
||||
version = "0.5.3"
|
||||
source = "git+https://github.com/sigp/ssz_types?rev=63a80d04286c8561d5c211230a21bf1299d66059#63a80d04286c8561d5c211230a21bf1299d66059"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e43767964a80b2fdeda7a79a57a2b6cbca966688d5b81da8fe91140a94f552a1"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"derivative",
|
||||
|
||||
Reference in New Issue
Block a user