Skip to content

Commit ec3fb6c

Browse files
santos227dependabot[bot]mxinden
authored
build(deps): Update yamux requirement from 0.9.0 to 0.10.0 (#2435)
* build(deps): Update yamux requirement from 0.9.0 to 0.10.0 Updates the requirements on [yamux](https://github.com/paritytech/yamux) to permit the latest version. - [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/v0.10.0) --- updated-dependencies: - dependency-name: yamux dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * muxers/yamux/CHANGELOG: Add entry Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <[email protected]>
1 parent 1a840c9 commit ec3fb6c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

muxers/yamux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
- Migrate to Rust edition 2021 (see [PR 2339]).
66

7+
- Update to `yamux` `v0.10.0` and thus defaulting to `WindowUpdateMode::OnRead`.
8+
See [PR 2435].
9+
710
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
11+
[PR 2435]: https://github.com/libp2p/rust-libp2p/pull/2435
812

913
# 0.34.0 [2021-11-01]
1014

muxers/yamux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ futures = "0.3.1"
1515
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
1616
parking_lot = "0.11"
1717
thiserror = "1.0"
18-
yamux = "0.9.0"
18+
yamux = "0.10.0"

0 commit comments

Comments
 (0)