diff --git a/Cargo.lock b/Cargo.lock index 232fe5f..1b8982e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2452,9 +2452,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 70aa8f1..4a149b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ thiserror = "2.0.17" tokio = { version = "1.47.1", features = ["full", "tracing"] } tokio-test = "0.4.4" tracing = "0.1.43" -tracing-subscriber = { version = "0.3.20", features = ["json", "env-filter"] } +tracing-subscriber = { version = "0.3.22", features = ["json", "env-filter"] }