From b9cbe92bbddc4c73e5bea128b5b473d56074375b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 22:12:08 +0000 Subject: [PATCH] chore(deps): update tracing-subscriber requirement from 0.2.15 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.15...tracing-subscriber-0.3.16) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index eef84bb9ef..6f34a80cc5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -33,5 +33,5 @@ hyper-tls = { version = "0.5", optional = true } futures = "0.3" hyper-rustls = { version = "0.22", optional = true } [dev-dependencies] -tracing-subscriber = "0.2.15" +tracing-subscriber = "0.3.16" tokio = { version = "1.2", features = ["macros", "time", "fs", "rt-multi-thread"] }