Skip to content

Commit

Permalink
build(deps): Update yamux requirement from 0.10.0 to 0.11.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/libp2p/rust-yamux/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-yamux@v0.10.0...yamux-v0.11.0)

---
updated-dependencies:
- dependency-name: yamux
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent 85bde7e commit 0cddda8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion muxers/yamux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
futures = "0.3.27"
libp2p-core = { version = "0.39.0", path = "../../core" }
thiserror = "1.0"
yamux = "0.10.0"
yamux = "0.11.0"
log = "0.4"

[dev-dependencies]
Expand Down

0 comments on commit 0cddda8

Please sign in to comment.