From d51fda9f39a6dc83fbfb0bd7dba9238ab75f743d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:37:06 +0000 Subject: [PATCH] Update libp2p requirement from 0.55 to 0.56 Updates the requirements on [libp2p](https://github.com/libp2p/rust-libp2p) to permit the latest version. - [Release notes](https://github.com/libp2p/rust-libp2p/releases) - [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/rust-libp2p/compare/v0.55.0...libp2p-v0.56.0) --- updated-dependencies: - dependency-name: libp2p dependency-version: 0.56.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a497e8c..ead4656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bytes = { version = "1", features = ["serde"] } tracing = "0.1" rand = "0.8.5" xor_name = "5" -libp2p = { version="0.55", features = ["serde"] } +libp2p = { version="0.56", features = ["serde"] } bls = { package = "blsttc", version = "8" } alloy-primitives = "0.8" rmp-serde = "1"