From 0199592c0747c2505e925459d26f81a9fba67e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 06:28:37 +0000 Subject: [PATCH] Bump tokio from 0.3.1 to 0.3.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.3.1...tokio-0.3.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90b9a75..76a1443 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,9 +918,9 @@ dependencies = [ [[package]] name = "tokio" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1911a203c5c240fd237e23a42e48846475f3d3b1e1dad3f17e6cc17a775b707c" +checksum = "71f1b20504fd0aa9dab3ae17e8c4dd9431e5e08fd6921689f9745a4004883a17" dependencies = [ "bytes 0.6.0", "fnv", @@ -974,7 +974,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite", - "tokio 0.3.1", + "tokio 0.3.2", ] [[package]] @@ -1049,7 +1049,7 @@ dependencies = [ "log", "serde", "serde_json", - "tokio 0.3.1", + "tokio 0.3.2", "tokio-util 0.4.0", "toml", "warp",