From 84e47237deaf1e8a53533ab002eb44ad1d14dd83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 04:18:03 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.14 to 0.2.15 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.14...tracing-subscriber-0.2.15) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5614e7f..90289e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2544,9 +2544,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2810660b9d5b18895d140caba6401765749a6a162e5d0736cfc44ea50db9d79d" +checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401" dependencies = [ "ansi_term 0.12.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 35d1a56..2c6f3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ slog-atomic = "3.0.0" slog-term = "2.6.0" structopt = "0.3.20" tracing = "0.1.21" -tracing-subscriber = "0.2.14" +tracing-subscriber = "0.2.15" tracing-actix-web = "0.2.1" tracing-futures = "0.2.4"