From e81db76c9d560ae585674e0bcf9e20cfb5b2f596 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 6 Oct 2022 14:36:26 -0700 Subject: [PATCH] update tracing-core to v0.1.30 --- 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 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 }