Skip to content

Commit 1242033

Browse files
build(deps): Update yamux requirement from 0.10.0 to 0.11.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](libp2p/rust-yamux@v0.10.0...yamux-v0.11.0) --- updated-dependencies: - dependency-name: yamux dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d1116f commit 1242033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

muxers/yamux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
futures = "0.3.27"
1515
libp2p-core = { version = "0.39.0", path = "../../core" }
1616
thiserror = "1.0"
17-
yamux = "0.10.0"
17+
yamux = "0.11.0"
1818
log = "0.4"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)