diff options
| author | bors <bors@rust-lang.org> | 2020-09-08 03:22:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-09-08 03:22:31 +0000 |
| commit | fa79db83f6c48c032bb149fc32999f64187c6f93 (patch) | |
| tree | 69ac700831c808b01a769a29f36ff2d796d0b91f | |
| parent | 71569e420107ab034910a4687f382385975fa0b3 (diff) | |
| parent | 77d4f94201df03df1e4f9a2ac133c994927e4cd2 (diff) | |
| download | rust-fa79db83f6c48c032bb149fc32999f64187c6f93.tar.gz rust-fa79db83f6c48c032bb149fc32999f64187c6f93.zip | |
Auto merge of #76210 - Mark-Simulacrum:tracing-update, r=oli-obk
Tracing update This does not bring the more significant changes that are coming down the pipeline, but since I've already prepared the PR leaving it up :) See https://github.com/rust-lang/rust/pull/76210#issuecomment-685065938: > Unfortunately, tracing 0.1.20 — which contained the change to reduce the amount of code generated by the tracing macros — had to be yanked, as it broke previously-compiling code for some downstream crates. I've not yet had the chance to fix this and release a new patch. So, in order to benefit from the changes to reduce generated code, you'll need to wait until there's a new version of tracing as well as tracing-attributes and tracing-core.
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index d0b9f0ab10c..8deab1deee0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4985,9 +4985,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe233f4227389ab7df5b32649239da7ebe0b281824b4e84b342d04d3fd8c25e" +checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" dependencies = [ "proc-macro2", "quote", @@ -4996,9 +4996,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545" +checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5" dependencies = [ "lazy_static", ] |
