From 664318f3c8f533a37a7da57159f78a75b14ffa72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 11:05:14 +0000 Subject: [PATCH] Bump asynchronous-codec from 0.5.0 to 0.6.0 Bumps [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/mxinden/asynchronous-codec/releases) - [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/mxinden/asynchronous-codec/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: asynchronous-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- client/network/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a5ef8e09ae7b..6273463c9a155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8974,7 +8974,7 @@ dependencies = [ "assert_matches", "async-std", "async-trait", - "asynchronous-codec 0.5.0", + "asynchronous-codec 0.6.0", "bitflags", "bytes 1.1.0", "cid", diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index 93b389d4361c1..7d0f536ac3833 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -29,7 +29,7 @@ fnv = "1.0.6" fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" } futures = "0.3.21" futures-timer = "3.0.2" -asynchronous-codec = "0.5" +asynchronous-codec = "0.6" hex = "0.4.0" ip_network = "0.4.1" linked-hash-map = "0.5.4"