mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Merge branch 'unstable' of https://github.com/sigp/lighthouse into gloas-payload-processing
This commit is contained in:
19
Cargo.lock
generated
19
Cargo.lock
generated
@@ -3199,7 +3199,7 @@ dependencies = [
|
||||
"sha2",
|
||||
"tempfile",
|
||||
"unicode-normalization",
|
||||
"uuid 0.8.2",
|
||||
"uuid",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
@@ -3239,7 +3239,7 @@ dependencies = [
|
||||
"serde_repr",
|
||||
"tempfile",
|
||||
"tiny-bip39",
|
||||
"uuid 0.8.2",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -5901,7 +5901,7 @@ dependencies = [
|
||||
"rustc_version 0.4.1",
|
||||
"smallvec",
|
||||
"tagptr",
|
||||
"uuid 1.19.0",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -7168,7 +7168,7 @@ checksum = "a2ebd03c29250cdf191da93a35118b4567c2ef0eacab54f65e058d6f4c9965f6"
|
||||
dependencies = [
|
||||
"r2d2",
|
||||
"rusqlite",
|
||||
"uuid 1.19.0",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -9519,16 +9519,6 @@ version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "0.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
||||
dependencies = [
|
||||
"getrandom 0.2.16",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.19.0"
|
||||
@@ -9538,6 +9528,7 @@ dependencies = [
|
||||
"getrandom 0.3.4",
|
||||
"js-sys",
|
||||
"rand 0.9.2",
|
||||
"serde_core",
|
||||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
|
||||
@@ -273,7 +273,7 @@ tree_hash_derive = "0.12.0"
|
||||
typenum = "1"
|
||||
types = { path = "consensus/types", features = ["saturating-arith"] }
|
||||
url = "2"
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
uuid = { version = "1", features = ["serde", "v4"] }
|
||||
validator_client = { path = "validator_client" }
|
||||
validator_dir = { path = "common/validator_dir" }
|
||||
validator_http_api = { path = "validator_client/http_api" }
|
||||
|
||||
@@ -18,6 +18,7 @@ deny = [
|
||||
{ crate = "pbkdf2", deny-multiple-versions = true, reason = "takes a long time to compile" },
|
||||
{ crate = "scrypt", deny-multiple-versions = true, reason = "takes a long time to compile" },
|
||||
{ crate = "syn", deny-multiple-versions = true, reason = "takes a long time to compile" },
|
||||
{ crate = "uuid", deny-multiple-versions = true, reason = "dependency hygiene" },
|
||||
]
|
||||
|
||||
[sources]
|
||||
|
||||
Reference in New Issue
Block a user