From a81a390f3ee44f9d7002bd67b3814d715d6792a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 16:05:00 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.2.16 to 0.3.16 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.16...tracing-subscriber-0.3.16) --- 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 b8414a9..9969c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ structopt = { version = "0.3.25", optional = true } thiserror = { version = "1.0.30", optional = true } humantime = { version = "2.1.0", optional = true } tracing = { version = "0.1.25", optional = true } -tracing-subscriber = { version = "0.2.16", optional = true } +tracing-subscriber = { version = "0.3.16", optional = true } serde = { version = "1.0.130", optional = true } defmt = { version = "0.2.3", optional = true } anyhow = { version = "1.0.44", optional = true }