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" }