Skip to content

Commit 72f5415

Browse files
renovate[bot]rami3l
authored andcommitted
fix(deps): update opentelemetry
1 parent 0f193bc commit 72f5415

File tree

2 files changed

+28
-64
lines changed

2 files changed

+28
-64
lines changed

Cargo.lock

Lines changed: 24 additions & 60 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
@@ -60,9 +60,9 @@ opener = "0.8.0"
6060
# `openssl` is used by `curl` or `reqwest` backend although it isn't imported by rustup: this
6161
# allows controlling the vendoring status without exposing the presence of the download crate.
6262
openssl = { version = "0.10", optional = true }
63-
opentelemetry = { version = "0.29", optional = true }
64-
opentelemetry-otlp = { version = "0.29", features = ["grpc-tonic"], optional = true }
65-
opentelemetry_sdk = { version = "0.29", features = ["rt-tokio"], optional = true }
63+
opentelemetry = { version = "0.30", optional = true }
64+
opentelemetry-otlp = { version = "0.30", features = ["grpc-tonic"], optional = true }
65+
opentelemetry_sdk = { version = "0.30", features = ["rt-tokio"], optional = true }
6666
pulldown-cmark = { version = "0.13", default-features = false }
6767
rand = "0.9"
6868
regex = "1"
@@ -89,7 +89,7 @@ tokio-stream = "0.1.14"
8989
toml = "0.8"
9090
tracing = "0.1"
9191
tracing-log = "0.2"
92-
tracing-opentelemetry = { version = "0.30", optional = true }
92+
tracing-opentelemetry = { version = "0.31", optional = true }
9393
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
9494
url = "2.4"
9595
wait-timeout = "0.2"

0 commit comments

Comments
 (0)