From fc7d9e95b8b243c17a4b1f9c0566e564c3c48a7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:50:46 -0400 Subject: [PATCH] Update Rust crate tracing-tree to 0.4.0 (#12443) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac7ce553f6..b5a03d9284 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3183,9 +3183,9 @@ dependencies = [ [[package]] name = "tracing-tree" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" +checksum = "f459ca79f1b0d5f71c54ddfde6debfc59c8b6eeb46808ae492077f739dc7b49c" dependencies = [ "nu-ansi-term 0.50.0", "tracing-core", diff --git a/Cargo.toml b/Cargo.toml index 9baf3db218..b9aaa7acf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ toml = { version = "0.8.11" } tracing = { version = "0.1.40" } tracing-indicatif = { version = "0.3.6" } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -tracing-tree = { version = "0.3.0" } +tracing-tree = { version = "0.4.0" } typed-arena = { version = "2.0.2" } unic-ucd-category = { version = "0.9" } unicode-ident = { version = "1.0.12" }