File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ tonic = { version = "0.12.3", default-features = false }
4444tonic-build = " 0.12"
4545tokio = { version = " 1" , default-features = false }
4646tokio-stream = " 0.1"
47- tracing = { version = " 0.1" , default-features = false }
48- tracing-core = { version = " 0.1" , default-features = false }
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
4951tracing-subscriber = { version = " 0.3" , default-features = false }
5052url = { 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