From a83e9d4d4248661060b9a6e1b05056289951e565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 08:26:39 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.2.18 to 0.3.12 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.12) --- 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..3b4c27f 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.12" async-graphql = { version = "2.9.4", features = ["tracing", "dataloader", "uuid"] } async-graphql-tide = "2.9.4" itertools = "0.10.1"