Skip to content

Commit be671e0

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 c5f5b80 commit be671e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

muxers/yamux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures = "0.3.1"
1515
libp2p-core = { version = "0.38.0", path = "../../core" }
1616
parking_lot = "0.12"
1717
thiserror = "1.0"
18-
yamux = "0.10.0"
18+
yamux = "0.11.0"
1919
log = "0.4"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)