Skip to content

Commit 8d79896

Browse files
committed
Upgrade opentelemetry dependencies
1 parent 2b66fde commit 8d79896

File tree

2 files changed

+37
-25
lines changed

2 files changed

+37
-25
lines changed

Cargo.lock

Lines changed: 33 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ opener = "0.8.0"
6464
# `openssl` is used by `curl` or `reqwest` backend although it isn't imported by rustup: this
6565
# allows controlling the vendoring status without exposing the presence of the download crate.
6666
openssl = { version = "0.10", optional = true }
67-
opentelemetry = { version = "0.30", optional = true }
68-
opentelemetry-otlp = { version = "0.30", features = ["grpc-tonic"], optional = true }
69-
opentelemetry_sdk = { version = "0.30", features = ["rt-tokio"], optional = true }
67+
opentelemetry = { version = "0.31", optional = true }
68+
opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic"], optional = true }
69+
opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"], optional = true }
7070
platforms = "3.4"
7171
pulldown-cmark = { version = "0.13", default-features = false }
7272
rand = "0.9"
@@ -95,7 +95,7 @@ tokio-stream = "0.1.14"
9595
toml = "0.9"
9696
tracing = "0.1"
9797
tracing-log = "0.2"
98-
tracing-opentelemetry = { version = "0.31", optional = true }
98+
tracing-opentelemetry = { version = "0.32", optional = true }
9999
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
100100
url = "2.4"
101101
wait-timeout = "0.2"

0 commit comments

Comments
 (0)