From e203efe4dea5373b323d30fb7f202616a29fdd59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 23:04:22 +0000 Subject: [PATCH] Bump tracing-futures from 0.2.2 to 0.2.3 Bumps [tracing-futures](https://github.com/tokio-rs/tracing) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-futures-0.2.2...tracing-futures-0.2.3) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d121fb8..904ec4fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1850,9 +1850,9 @@ dependencies = [ [[package]] name = "tracing-futures" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b6233e421bf43203d36a8cd430acd24a75bed39832b0e07bec24541f9759e9" +checksum = "58b0b7fd92dc7b71f29623cc6836dd7200f32161a2313dd78be233a8405694f6" dependencies = [ "pin-project", "tracing",