Skip to content

Commit 2a14a88

Browse files
committed
update comment
1 parent fde8271 commit 2a14a88

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ tonic = { version = "0.12.3", default-features = false }
4444
tonic-build = "0.12"
4545
tokio = { version = "1", default-features = false }
4646
tokio-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 }
5152
tracing-subscriber = { version = "0.3", default-features = false }
5253
url = { version = "2.5.2", default-features = false } #https://github.com/servo/rust-url/issues/992

0 commit comments

Comments
 (0)