diff --git a/Cargo.lock b/Cargo.lock index 1d9dfa0d..d5424933 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2272,9 +2272,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "matchers", "nu-ansi-term", diff --git a/libs/logging/Cargo.toml b/libs/logging/Cargo.toml index 1d1e10ab..5b27aeed 100644 --- a/libs/logging/Cargo.toml +++ b/libs/logging/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.44", default-features = false, features = ["clock"] } ctor = "0.6.3" is-terminal = "0.4.17" tracing = "0.1.44" -tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] } +tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] } [dev-dependencies] paste = "1.0.15"