From 71890698ea7ee41b55a58ef2b14182f9fa182cee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 08:24:12 +0000 Subject: [PATCH] build(deps): bump tokio-io from 0.1.8 to 0.1.13 Bumps [tokio-io](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.13. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.13/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-io-0.1.8...tokio-0.1.13) 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 1354dbb1d7b..b59bcf9c122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5912,9 +5912,9 @@ dependencies = [ [[package]] name = "tokio-io" -version = "0.1.8" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d6cc2de7725863c86ac71b0b9068476fec50834f055a243558ef1655bbd34cb" +checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" dependencies = [ "bytes", "futures",