From 6227735084a837faa9b79e4cd7935b31120a2c3e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Dec 2021 01:30:42 +0000 Subject: [PATCH] chore(deps): update rust crate tracing-subscriber to 0.3.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417edc0..4796958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,4 +52,4 @@ tokio = { version = "1.14", default-features = false, features = ["net"], option [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros"] } -tracing-subscriber = "0.3.1" +tracing-subscriber = "0.3.5"