From 043d26346c6c32c1f4c609b0bab0e819ca722f55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 20:17:26 +0000 Subject: [PATCH] Bump tokio-reactor from 0.1.3 to 0.1.12 Bumps [tokio-reactor](https://github.com/tokio-rs/tokio) from 0.1.3 to 0.1.12. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.12/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-reactor-0.1.3...tokio-0.1.12) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1afd0a93c54..9a9b11299a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6000,16 +6000,21 @@ dependencies = [ [[package]] name = "tokio-reactor" -version = "0.1.3" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8703a5762ff6913510dc64272c714c4389ffd8c4b3cf602879b8bd14ff06b604" +checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" dependencies = [ + "crossbeam-utils", "futures", + "lazy_static", "log", "mio", + "num_cpus", + "parking_lot 0.9.0", "slab", "tokio-executor", "tokio-io", + "tokio-sync", ] [[package]]