mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Update Rust crate tracing-tree to 0.4.0 (#5059)
This commit is contained in:
parent
97d2a7c567
commit
865ba6db10
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4242,9 +4242,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-tree"
|
name = "tracing-tree"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe"
|
checksum = "f459ca79f1b0d5f71c54ddfde6debfc59c8b6eeb46808ae492077f739dc7b49c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nu-ansi-term 0.50.0",
|
"nu-ansi-term 0.50.0",
|
||||||
"tracing-core",
|
"tracing-core",
|
||||||
|
|
|
@ -143,7 +143,7 @@ toml_edit = { version = "0.22.13" }
|
||||||
tracing = { version = "0.1.40" }
|
tracing = { version = "0.1.40" }
|
||||||
tracing-durations-export = { version = "0.2.0", features = ["plot"] }
|
tracing-durations-export = { version = "0.2.0", features = ["plot"] }
|
||||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "registry"] }
|
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" }
|
unicode-width = { version = "0.1.11" }
|
||||||
unscanny = { version = "0.1.0" }
|
unscanny = { version = "0.1.0" }
|
||||||
url = { version = "2.5.0" }
|
url = { version = "2.5.0" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue