diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-03-10 08:01:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 08:01:36 +0900 |
| commit | 56b5393cc2cc0ac5769b00dbccbd34dc9202dd67 (patch) | |
| tree | db51602226496f5132b4dc6a6b2c4671f54679c0 /src | |
| parent | 8e6383d9f8e54d67cb347158634ee23de5bee1cf (diff) | |
| parent | 62f2d723300600933be5078c1a42b559aaf03291 (diff) | |
| download | rust-56b5393cc2cc0ac5769b00dbccbd34dc9202dd67.tar.gz rust-56b5393cc2cc0ac5769b00dbccbd34dc9202dd67.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 9084a1713cb..2d0722396fc 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -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" |
