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 }