From 7a45bc2d2ea1c856dd42575be8c8652958c9adde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 04:12:50 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.22 to 0.2.25 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.22 to 0.2.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.22...tracing-subscriber-0.2.25) --- 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 6d66ab3..cdd36af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2163,9 +2163,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.22" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62af966210b88ad5776ee3ba12d5f35b8d6a2b2a12168f3080cf02b814d7376b" +checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0a51a00..174fcc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing-actix-web = "0.4.0-beta.11" tracing-bunyan-formatter = "0.2.6" tracing-futures = "0.2.5" tracing-log = "0.1.2" -tracing-subscriber = { version = "0.2.22", features = ["registry", "env-filter"] } +tracing-subscriber = { version = "0.2.25", features = ["registry", "env-filter"] } [build-dependencies] ructe = "0.13.4"