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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-21 21:43:18 +00:00 committed by Henry de Valence
parent 0dd8559486
commit 842a29b90c
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -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",