Rollup merge of #82938 - oli-obk:tracing_tree_bump, r=Mark-Simulacrum
Bump tracing-tree dependency This bump fixes two small rendering things that were annoying me: * The first level didn't have an opening line * When wraparound happens, there was no warning, the levels just disappeared. Now there is a line that shows that wraparound is happening See https://github.com/davidbarsky/tracing-tree/pull/31/files for how the look changes
This commit is contained in:
commit
56b5393cc2
3 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ itertools = "0.9"
|
|||
regex = "1"
|
||||
rustdoc-json-types = { path = "../rustdoc-json-types" }
|
||||
tracing = "0.1"
|
||||
tracing-tree = "0.1.6"
|
||||
tracing-tree = "0.1.9"
|
||||
|
||||
[dependencies.tracing-subscriber]
|
||||
version = "0.2.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue