From 4cbe095f2aff65dec253671dd32282322baeba50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:31:12 +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 a45b3bf3289cc..a14dea4bbe9f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8396,7 +8396,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 354991b32ba5b..60c524daa6fe3 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -30,7 +30,7 @@ fnv = "1.0.6" fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" } futures = "0.3.9" 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"