From f1728dc96ae73a6857fa5be05972fc11ec96967e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 08:53:14 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.2.18 to 0.3.11 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.18...tracing-subscriber-0.3.11) --- 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 99d93bf..b9b18dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ async-trait = "0.1.40" anyhow = "1.0" thiserror = "1.0" tracing = "0.1.26" -tracing-subscriber = "0.2.18" +tracing-subscriber = "0.3.11" async-graphql = { version = "2.9.4", features = ["tracing", "dataloader", "uuid"] } async-graphql-tide = "2.9.4" itertools = "0.10.1"