From 617c2bd3d1d83526bbd04660dd233eaed89e0437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 23:29:44 +0000 Subject: [PATCH] deps(deps): update libp2p-yamux requirement from =0.45.2 to =0.47.0 Updates the requirements on [libp2p-yamux](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-yamux-v0.47.0) --- updated-dependencies: - dependency-name: libp2p-yamux dependency-version: 0.47.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 9e73a5d..00be2a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ libp2p-gossipsub = { version = "=0.46.1" } # 2025-11-16 sw: Gossip protocol libp2p-swarm = { version = "^0.44.1" } # 2025-11-16 sw: Swarm behavior libp2p-tcp = { version = "=0.41.0", default-features = false, features = ["tokio"] } # 2025-11-16 sw: TCP transport libp2p-noise = { version = "=0.44.0" } # 2025-11-16 sw: Noise handshake -libp2p-yamux = { version = "=0.45.2" } # 2025-11-16 sw: Yamux multiplexer +libp2p-yamux = { version = "=0.47.0" } # 2025-11-16 sw: Yamux multiplexer multiaddr = { version = "=0.18.2" } # 2025-11-16 sw: Multiaddr /ip4/... format bincode = { version = "=1.3.3" } # 2025-11-16 sw: Binary serialization for gossip messages bytes = { version = "^1.10.1" } # 2025-11-16 sw: Zero-copy byte buffers