Skip to content

Commit

Permalink
Update yamux requirement from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
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/paritytech/yamux/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/paritytech/yamux/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2021
1 parent bb2df42 commit 7c329e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muxers/yamux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ futures = "0.3.1"
libp2p-core = { version = "0.28.0", path = "../../core" }
parking_lot = "0.11"
thiserror = "1.0"
yamux = "0.8.1"
yamux = "0.9.0"

0 comments on commit 7c329e2

Please sign in to comment.