From 284dd33e167ed8b74be79dc3ec14cf53d50c9947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 21:57:24 +0000 Subject: [PATCH] chore(deps): bump yamux from 0.13.8 to 0.13.10 Bumps [yamux](https://github.com/paritytech/yamux) from 0.13.8 to 0.13.10. - [Release notes](https://github.com/paritytech/yamux/releases) - [Changelog](https://github.com/libp2p/rust-yamux/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/yamux/commits) --- updated-dependencies: - dependency-name: yamux dependency-version: 0.13.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f979830..16fe1fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1853,9 +1853,9 @@ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "yamux" -version = "0.13.8" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deab71f2e20691b4728b349c6cee8fc7223880fa67b6b4f92225ec32225447e5" +checksum = "1991f6690292030e31b0144d73f5e8368936c58e45e7068254f7138b23b00672" dependencies = [ "futures", "log",