From 82293f2a7ac58865b45fa39033d7b29bfad1bf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 08:16:52 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.2.18 to 0.3.15 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.15) --- 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..9801b53 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.15" async-graphql = { version = "2.9.4", features = ["tracing", "dataloader", "uuid"] } async-graphql-tide = "2.9.4" itertools = "0.10.1"