Skip to content

Commit 69274a9

Browse files
committed
chore: Update opentelemetry
1 parent ef9642a commit 69274a9

File tree

2 files changed

+40
-28
lines changed

2 files changed

+40
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ async-trait = { workspace = true }
164164
uuid.workspace = true
165165
axum.workspace = true
166166

167-
opentelemetry = { version = "0.30", optional = true }
168-
opentelemetry-otlp = { version = "0.30", optional = true, features = [
167+
opentelemetry = { version = "0.31", optional = true }
168+
opentelemetry-otlp = { version = "0.31", optional = true, features = [
169169
"grpc-tonic",
170170
] }
171-
opentelemetry_sdk = { version = "0.30", features = [
171+
opentelemetry_sdk = { version = "0.31", features = [
172172
"rt-tokio",
173173
], optional = true }
174-
opentelemetry-semantic-conventions = { version = "0.30", optional = true }
175-
tracing-opentelemetry = { version = "0.31", optional = true }
174+
opentelemetry-semantic-conventions = { version = "0.31", optional = true }
175+
tracing-opentelemetry = { version = "0.32", optional = true }
176176
tracing-subscriber = { version = "0.3", features = [
177177
"env-filter",
178178
"fmt",

0 commit comments

Comments
 (0)