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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-21 20:17:26 +00:00 committed by GitHub
parent e9c2ef16d4
commit 043d26346c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
Cargo.lock generated
View file

@ -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]]