From ad580e161050a59a80c3cbf014e5943bf69c270e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 23:28:08 +0000 Subject: [PATCH] deps(deps): update libp2p-core requirement from =0.41.3 to =0.43.2 Updates the requirements on [libp2p-core](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-core-v0.43.2) --- updated-dependencies: - dependency-name: libp2p-core dependency-version: 0.43.2 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 9e73a5d..0ced37c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ sha2 = { version = "=0.10.8" } # 2025-11-04 sw: Hash core for HKDF extractor # Web Interface & Mesh Networking (2025-11-16 sw; Next-gen web interface with gossip) axum = { version = "^0.7.9", features = ["ws", "macros", "multipart"] } # 2025-11-16 sw: Web server framework tower-http = { version = "^0.6.8", features = ["cors", "trace", "fs"] } # 2025-11-16 sw: HTTP middleware -libp2p-core = { version = "=0.41.3" } # 2025-11-16 sw: libp2p core transport traits +libp2p-core = { version = "=0.43.2" } # 2025-11-16 sw: libp2p core transport traits libp2p-identity = { version = "=0.2.13", default-features = false, features = ["peerid", "ed25519", "rand"] } # 2025-11-16 sw: PeerId + key material libp2p-gossipsub = { version = "=0.46.1" } # 2025-11-16 sw: Gossip protocol libp2p-swarm = { version = "^0.44.1" } # 2025-11-16 sw: Swarm behavior