diff --git a/muxers/yamux/CHANGELOG.md b/muxers/yamux/CHANGELOG.md index a3aff449113..ef7c1dc1557 100644 --- a/muxers/yamux/CHANGELOG.md +++ b/muxers/yamux/CHANGELOG.md @@ -4,7 +4,11 @@ - Migrate to Rust edition 2021 (see [PR 2339]). +- Update to `yamux` `v0.10.0` and thus defaulting to `WindowUpdateMode::OnRead`. + See [PR 2435]. + [PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339 +[PR 2435]: https://github.com/libp2p/rust-libp2p/pull/2435 # 0.34.0 [2021-11-01] diff --git a/muxers/yamux/Cargo.toml b/muxers/yamux/Cargo.toml index 7d4cc8b3d53..3a25f9e3277 100644 --- a/muxers/yamux/Cargo.toml +++ b/muxers/yamux/Cargo.toml @@ -15,4 +15,4 @@ futures = "0.3.1" libp2p-core = { version = "0.31.0", path = "../../core", default-features = false } parking_lot = "0.11" thiserror = "1.0" -yamux = "0.9.0" +yamux = "0.10.0"