diff --git a/Cargo.lock b/Cargo.lock index 2e14ddc8f..51ba818c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4242,9 +4242,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 d3e26af2a..59167585f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ toml_edit = { version = "0.22.13" } tracing = { version = "0.1.40" } tracing-durations-export = { version = "0.2.0", features = ["plot"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "registry"] } -tracing-tree = { version = "0.3.0" } +tracing-tree = { version = "0.4.0" } unicode-width = { version = "0.1.11" } unscanny = { version = "0.1.0" } url = { version = "2.5.0" }