From aebf997cc9191e68d92fdb0e29d43b525eaf1b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 19:50:21 +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 bb64da6..eb09bd4 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"] }