From 0badb80d5e0738a87320063af26877c5ba9b4692 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 08:11:15 +0000 Subject: [PATCH] Bump tokio-codec from 0.1.0 to 0.1.2 Bumps [tokio-codec](https://github.com/tokio-rs/tokio) from 0.1.0 to 0.1.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-codec-0.1.0...0.1.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cd1c4bedd8..40e377bb887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5904,9 +5904,9 @@ dependencies = [ [[package]] name = "tokio-codec" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb" +checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" dependencies = [ "bytes", "futures",