File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ tonic = { version = "0.12.3", default-features = false }
4444tonic-build = " 0.12"
4545tokio = { version = " 1" , default-features = false }
4646tokio-stream = " 0.1"
47- # Using `tracing 0.1.39` because it introduces the ability to set event names in macros,
48- # required for OpenTelemetry's internal logging macros. Falling back to 0.1.40 or later if unavailable.
49- tracing = { version = " >=0.1.39" , default-features = false }
50- tracing-core = { version = " >=0.1.33" , default-features = false } # tracing 0.1.40 needs tracing-core 0.1.33 and above
47+ # Using `tracing 0.1.40` because 0.1.39 (which is yanked) introduces the ability to set event names in macros,
48+ # required for OpenTelemetry's internal logging macros.
49+ tracing = { version = " >=0.1.40" , default-features = false }
50+ # `tracing-core >=0.1.33` is required for compatibility with `tracing >=0.1.40`.
51+ tracing-core = { version = " >=0.1.33" , default-features = false }
5152tracing-subscriber = { version = " 0.3" , default-features = false }
5253url = { version = " 2.5.2" , default-features = false } # https://github.com/servo/rust-url/issues/992
You can’t perform that action at this time.
0 commit comments