From 9abbf651f33fe3b1ff72300b2c8e7a070e692ae7 Mon Sep 17 00:00:00 2001 From: Nicholas Connor Date: Wed, 18 Dec 2024 14:17:33 -0500 Subject: [PATCH] bump tracing-core to 0.1.33 --- tracing-subscriber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-subscriber/Cargo.toml b/tracing-subscriber/Cargo.toml index 521e352261..5dc019f8cb 100644 --- a/tracing-subscriber/Cargo.toml +++ b/tracing-subscriber/Cargo.toml @@ -39,7 +39,7 @@ local-time = ["time/local-offset"] nu-ansi-term = ["dep:nu-ansi-term"] [dependencies] -tracing-core = { path = "../tracing-core", version = "0.1.30", default-features = false } +tracing-core = { path = "../tracing-core", version = "0.1.33", default-features = false } # only required by the filter feature tracing = { optional = true, path = "../tracing", version = "0.1.41", default-features = false }