From 5b5a44901938557d666af67a3372dc0268a580f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 17:48:50 +0100 Subject: [PATCH] Update asynchronous-codec requirement from 0.5 to 0.6 (#50) Updates the requirements on [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) to permit the latest version. - [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) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ccfe43a..f5b4d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ asynchronous_codec = ["std", "bytes", "asynchronous-codec"] bytes = { version = "1", optional = true } futures-io = { version = "0.3.4", optional = true } futures-util = { version = "0.3.4", features = ["io"], optional = true } -asynchronous-codec = { version = "0.5", optional = true } +asynchronous-codec = { version = "0.6", optional = true } tokio-util = { version = "0.6", features = ["codec"], optional = true } nom = { version = "6", optional = true }