From 842a29b90cb9a1255cd903aa6fbee87fbc66c9d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 21:43:18 +0000 Subject: [PATCH] Bump tokio from 0.2.9 to 0.2.10 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.9...tokio-0.2.10) 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 ebcaaaad..2fffc747 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,9 +1295,9 @@ dependencies = [ [[package]] name = "tokio" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffa2fdcfa937b20cb3c822a635ceecd5fc1a27a6a474527e5516aa24b8c8820a" +checksum = "c1fc73332507b971a5010664991a441b5ee0de92017f5a0e8b00fd684573045b" dependencies = [ "bytes", "fnv",