From 4143232066e22841eb1d31597aea1cfe411c7347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 15:29:53 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.2.16 to 0.3.15 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.15) --- 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..3215edb 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.15", optional = true } serde = { version = "1.0.130", optional = true } defmt = { version = "0.2.3", optional = true } anyhow = { version = "1.0.44", optional = true }