From aa464f7404419f7ee9d25b7a8928912ae2841746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:02:40 +0000 Subject: [PATCH] Update tracing-log requirement from 0.1 to 0.2 Updates the requirements on [tracing-log](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-log-0.1.0...tracing-log-0.2.0) --- updated-dependencies: - dependency-name: tracing-log dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index a7435c5..129aae6 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -13,5 +13,5 @@ tracing = "0.1" tracing-logstash = { path = "../tracing-logstash" } tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter"] } -tracing-log = { version = "0.1", features = ["log-tracer"] } +tracing-log = { version = "0.2", features = ["log-tracer"] } log = "0.4"