mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
Enforce alphabetically ordered cargo deps (#6678)
* Enforce alphabetically ordered cargo deps * Fix test-suite * Another CI fix * Merge branch 'unstable' into cargo-sort * Fix conflicts * Merge remote-tracking branch 'origin/unstable' into cargo-sort
This commit is contained in:
@@ -24,9 +24,10 @@ fnv = "1.0.7"
|
||||
futures = "0.3.30"
|
||||
futures-timer = "3.0.2"
|
||||
getrandom = "0.2.12"
|
||||
hashlink.workspace = true
|
||||
hashlink = { workspace = true }
|
||||
hex_fmt = "0.3.0"
|
||||
libp2p = { version = "0.54", default-features = false }
|
||||
prometheus-client = "0.22.0"
|
||||
quick-protobuf = "0.8"
|
||||
quick-protobuf-codec = "0.3"
|
||||
rand = "0.8"
|
||||
@@ -35,7 +36,6 @@ serde = { version = "1", optional = true, features = ["derive"] }
|
||||
sha2 = "0.10.8"
|
||||
tracing = "0.1.37"
|
||||
void = "1.0.2"
|
||||
prometheus-client = "0.22.0"
|
||||
web-time = "1.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user