From 585b8807c1770d5733ada6da10000c54c9f6f169 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 04:12:11 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.1.5 to 0.2.1 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/commits/tracing-subscriber-0.2.1) Signed-off-by: dependabot-preview[bot] --- quinn-h3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn-h3/Cargo.toml b/quinn-h3/Cargo.toml index bac0d6f0f..ee6c5dc79 100644 --- a/quinn-h3/Cargo.toml +++ b/quinn-h3/Cargo.toml @@ -48,7 +48,7 @@ rand = "0.7.0" rcgen = "0.7" structopt = "0.3.0" tokio = { version = "0.2.6", features = ["io-util", "macros", "rt-threaded", "time"] } -tracing-subscriber = "0.1.5" +tracing-subscriber = "0.2.1" tracing-futures = { version = "0.2.0", default-features = false, features = ["std-future"] } url = "2"