From f53f7677279ea5c8c987a13d804de3d3ad26c29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 23:09:23 +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.3.0) --- 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 7b12c8b..6d47cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ async-trait = "0.1" [dev-dependencies] tide = { version = "0.16", default-features = false, features = ["h1-server"] } async-std = { version = "1.9", features = ["attributes"] } -tracing-subscriber = "0.2" +tracing-subscriber = "0.3"