Update Cargo.lock (#5670)

* update rust-yamux

* update Cargo.lock

* Merge branch 'unstable' of github.com:jxs/lighthouse into update-cargo

* Merge branch 'unstable' of github.com:sigp/lighthouse into update-cargo

* update to new libp2p versions
This commit is contained in:
João Oliveira
2024-05-02 04:32:00 +01:00
committed by GitHub
parent 01e4e3527e
commit 6725837dd7
2 changed files with 155 additions and 150 deletions

View File

@@ -104,7 +104,7 @@ byteorder = "1"
bytes = "1"
# Turn off c-kzg's default features which include `blst/portable`. We can turn on blst's portable
# feature ourselves when desired.
c-kzg = { version = "1", default-features = false }
c-kzg = { version = "1", default-features = false }
clap = "2"
compare_fields_derive = { path = "common/compare_fields_derive" }
criterion = "0.3"
@@ -238,9 +238,6 @@ validator_client = { path = "validator_client" }
validator_dir = { path = "common/validator_dir" }
warp_utils = { path = "common/warp_utils" }
[patch.crates-io]
yamux = { git = "https://github.com/sigp/rust-yamux.git" }
[profile.maxperf]
inherits = "release"
lto = "fat"