From 8f6c52a6f53b22460db5d759d28647d15014a13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 04:24:28 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.18 to 0.2.19 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.18 to 0.2.19. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.18...tracing-subscriber-0.2.19) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5469be..946cfba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2448,9 +2448,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5" +checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bfeed9e..af88085 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing-actix-web = "0.2.1" tracing-bunyan-formatter = "0.2.4" tracing-futures = "0.2.5" tracing-log = "0.1.2" -tracing-subscriber = { version = "0.2.18", features = ["registry", "env-filter"] } +tracing-subscriber = { version = "0.2.19", features = ["registry", "env-filter"] } [build-dependencies] ructe = "0.13.2"