diff --git a/tracing-subscriber/Cargo.toml b/tracing-subscriber/Cargo.toml index b580b5fccf..e0e25316fb 100644 --- a/tracing-subscriber/Cargo.toml +++ b/tracing-subscriber/Cargo.toml @@ -38,7 +38,7 @@ valuable = ["tracing-core/valuable", "valuable_crate", "valuable-serde", "tracin local-time = ["time/local-offset"] [dependencies] -tracing-core = { path = "../tracing-core", version = "0.1.28", default-features = false } +tracing-core = { path = "../tracing-core", version = "0.1.30", default-features = false } # only required by the filter feature tracing = { optional = true, path = "../tracing", version = "0.1.35", default-features = false }