Skip to content

Commit fa79db8

Browse files
committed
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 #76210 (comment): > 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.
2 parents 71569e4 + 77d4f94 commit fa79db8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4985,9 +4985,9 @@ dependencies = [
49854985

49864986
[[package]]
49874987
name = "tracing-attributes"
4988-
version = "0.1.10"
4988+
version = "0.1.11"
49894989
source = "registry+https://github.com/rust-lang/crates.io-index"
4990-
checksum = "1fe233f4227389ab7df5b32649239da7ebe0b281824b4e84b342d04d3fd8c25e"
4990+
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
49914991
dependencies = [
49924992
"proc-macro2",
49934993
"quote",
@@ -4996,9 +4996,9 @@ dependencies = [
49964996

49974997
[[package]]
49984998
name = "tracing-core"
4999-
version = "0.1.14"
4999+
version = "0.1.15"
50005000
source = "registry+https://github.com/rust-lang/crates.io-index"
5001-
checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545"
5001+
checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5"
50025002
dependencies = [
50035003
"lazy_static",
50045004
]

0 commit comments

Comments
 (0)