From d9ef5d54f6271b53450279bf7ddc8e03c0d53af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 09:07:23 +0000 Subject: [PATCH] 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](https://github.com/paritytech/yamux/compare/v0.10.0...yamux-v0.11.0) --- updated-dependencies: - dependency-name: yamux dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- muxers/yamux/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b085635b997..3aef4aca2ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5759,9 +5759,9 @@ dependencies = [ [[package]] name = "yamux" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" +checksum = "d5e9d5f7813728599ca8673747903925b558afb61281cbbf8b16f96a07812c68" dependencies = [ "futures", "log", diff --git a/muxers/yamux/Cargo.toml b/muxers/yamux/Cargo.toml index b820fbd5998..f74b2038398 100644 --- a/muxers/yamux/Cargo.toml +++ b/muxers/yamux/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] futures = "0.3.28" libp2p-core = { version = "0.39.0", path = "../../core" } thiserror = "1.0" -yamux = "0.10.0" +yamux = "0.11.0" log = "0.4" [dev-dependencies]