Skip to content

Commit cd58430

Browse files
committed
update libp2p
2 parents 6246d34 + 6166ad2 commit cd58430

File tree

52 files changed

+351
-1045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+351
-1045
lines changed

Cargo.lock

Lines changed: 127 additions & 343 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ serde = { version = "1", features = ["derive"] }
237237
serde_json = "1"
238238
serde_repr = "0.1"
239239
serde_yaml = "0.9"
240-
sha2 = "0.9"
240+
sha2 = "0.10"
241241
signing_method = { path = "validator_client/signing_method" }
242242
slasher = { path = "slasher", default-features = false }
243243
slashing_protection = { path = "validator_client/slashing_protection" }
@@ -288,7 +288,7 @@ warp_utils = { path = "common/warp_utils" }
288288
workspace_members = { path = "common/workspace_members" }
289289
xdelta3 = { git = "https://github.com/sigp/xdelta3-rs", rev = "4db64086bb02e9febb584ba93b9d16bb2ae3825a" }
290290
zeroize = { version = "1", features = ["zeroize_derive", "serde"] }
291-
zip = "0.6"
291+
zip = { version = "6.0", default-features = false, features = ["deflate"] }
292292
zstd = "0.13"
293293

294294
[profile.maxperf]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ install-deny:
333333
cargo install --force cargo-deny --version 0.18.2
334334

335335
deny-CI:
336-
cargo deny check bans sources --hide-inclusion-graph
336+
cargo deny check bans sources
337337

338338
# Runs `cargo vendor` to make sure dependencies can be vendored for packaging, reproducibility and archival purpose.
339339
vendor:

0 commit comments

Comments
 (0)