From f9e20750dc743dfb79268fc5e7c6baa1c774030a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 08:28:00 -0400 Subject: [PATCH] build(deps): bump warp from 0.2.3 to 0.2.4 (#184) Bumps [warp](https://github.com/seanmonstar/warp) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.2.3...v0.2.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5665c28..c159d6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2175,6 +2175,16 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "tracing-futures" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" +dependencies = [ + "pin-project", + "tracing", +] + [[package]] name = "try-lock" version = "0.2.3" @@ -2373,9 +2383,9 @@ dependencies = [ [[package]] name = "warp" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e95175b7a927258ecbb816bdada3cc469cb68593e7940b96a60f4af366a9970" +checksum = "df341dee97c9ae29dfa5e0b0fbbbf620e0d6a36686389bedf83b3daeb8b0d0ac" dependencies = [ "bytes", "futures", @@ -2394,6 +2404,8 @@ dependencies = [ "tokio", "tokio-tungstenite", "tower-service", + "tracing", + "tracing-futures", "urlencoding", ]