From 5429ef1e45ee3d7e4d8abaaaf8789a4a9e62641f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 14:40:20 +0000 Subject: [PATCH] chore(deps): update libp2p requirement from 0.53 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/commits/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 5d6801f7..29da2850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ ort = { version = "2.0.0-rc.10", features = ["ndarray"] } tantivy = "0.21" # Networking -libp2p = { version = "0.53", features = ["tokio", "gossipsub", "noise", "tcp", "yamux", "mdns", "macros"] } +libp2p = { version = "0.56", features = ["tokio", "gossipsub", "noise", "tcp", "yamux", "mdns", "macros"] } # Cryptography aes-gcm = "0.10"