Skip to content

chore(deps): bump yamux from 0.13.5 to 0.13.10#3234

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/yamux-0.13.10
Open

chore(deps): bump yamux from 0.13.5 to 0.13.10#3234
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/yamux-0.13.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 13, 2026

Bumps yamux from 0.13.5 to 0.13.10.

Release notes

Sourced from yamux's releases.

yamux-v0.13.10

Fix panic when processing oversized inbound Data|SYN frames. See ac71745 and GHSA-vxx9-2994-q338.

yamux-v0.13.9

Improve flow-control credit verification for window updates. See libp2p/rust-yamux#221.

yamux-v0.13.8

Introduce WriteState::Poisoned to avoid further reads after the returned number of bytes from a write operation is bigger than the header size. See libp2p/rust-yamux#211.

yamux-v0.13.7

Fix compilation on rust versions < 1.87.0. See libp2p/rust-yamux#208.

yamux-v0.13.6

Fix panic on frame io when the returned number of bytes from a write operation is bigger than the header size. See libp2p/rust-yamux#202.

Changelog

Sourced from yamux's changelog.

0.13.10

0.13.9

  • Improve flow-control credit verification for window updates. See PR 221.

0.13.8

  • Introduce WriteState::Poisoned to avoid further reads after the returned number of bytes from a write operation is bigger than the header size. See PR 211.

0.13.7

  • Fix compilation on rust versions < 1.87.0. See PR 208.

0.13.6

  • Fix panic on frame io when the returned number of bytes from a write operation is bigger than the header size. See PR 202.
Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 13, 2026
@dependabot dependabot Bot requested review from a team and xgreenx as code owners March 13, 2026 21:42
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 13, 2026
@dependabot dependabot Bot added the rust Pull requests that update rust code label Mar 13, 2026
@cursor
Copy link
Copy Markdown

cursor Bot commented Mar 13, 2026

PR Summary

Medium Risk
Updates a core P2P transport dependency, which can affect connection multiplexing behavior at runtime, but the change is a patch-level bump primarily for stability/security fixes.

Overview
Updates the P2P service’s pinned yamux version from 0.13.5 to 0.13.10 (including corresponding Cargo.lock changes), aligning transitive libp2p usage on the newer release.

This is a dependency-only change intended to pick up upstream fixes (notably panic/flow-control related fixes) without modifying application code.

Written by Cursor Bugbot for commit da94c8a. This will update automatically on new commits. Configure here.

Bumps [yamux](https://github.com/paritytech/yamux) from 0.13.5 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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/yamux-0.13.10 branch from 2cdc62a to da94c8a Compare March 31, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants