Bump tokio from 0.2.14 to 0.2.15

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.14...tokio-0.2.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-02 16:53:41 +00:00 committed by Deirdre Connolly
parent dd5b99e62a
commit 6be165ea6c
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1681,9 +1681,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "0.2.14"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2751672f9da075d045c67fdb0068be9850ab7b231fa77bb51d6fd35da9c0bb0d"
checksum = "619cdb2245c40c42d563089b72e80c5df659513d667a017598439ef7a7b1ffe1"
dependencies = [
"bytes",
"fnv",