From 7d9f258abe347899f8e72a4e425db54da7bc7f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:10:36 +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 e44c53c..fb73217 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ cached = "0.55" dotenv = "0.15" futures-util = "0.3" hex = "0.4" -libp2p = { version = "0.55", features = [ +libp2p = { version = "0.56", features = [ "dns", "tokio", "identify",