From 6ca6d38c5c21b1cd41dd2fe2da124e4b3fe89698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 18:08:37 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.5.0 to 0.5.1 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.5.0...tokio-util-0.5.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4419783..59a6f5bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3231,15 +3231,15 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73af76301319bcacf00d26d3c75534ef248dcad7ceaf36d93ec902453c3b1706" +checksum = "3137de2b078e95274b696cc522e87f22c9a753fe3ef3344116ffb94f104f10a3" dependencies = [ "bytes 0.6.0", "futures-core", "futures-sink", "log", - "pin-project-lite 0.1.11", + "pin-project-lite 0.2.0", "tokio 0.3.5", ] @@ -3933,7 +3933,7 @@ dependencies = [ "serde", "thiserror", "tokio 0.3.5", - "tokio-util 0.5.0", + "tokio-util 0.5.1", "tower", "tracing", "tracing-error",