From 5965d57ccb5448097abf431b0fba1ea0d8068a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 04:25:45 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.2 to 0.3 Updates the requirements on [tracing-subscriber](https://github.com/tokio-rs/tracing) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.0...tracing-subscriber-0.2.25) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 690279f..6efc25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1", features = ["derive"] } tracing = { version = "0.1", features = ["release_max_level_info"] } [dependencies.tracing-subscriber] -version = "0.2" +version = "0.3" default-features = false features = ["fmt", "ansi", "chrono"]