Skip to content

Commit 2528242

Browse files
fix(deps): update rust crate tracing-opentelemetry to 0.25.0
1 parent ddac217 commit 2528242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ tracing-subscriber = { version = "0.3.18", features = [
115115
"fmt",
116116
"env-filter",
117117
] }
118-
tracing-opentelemetry = "0.24.0"
118+
tracing-opentelemetry = "0.25.0"
119119
getrandom = { version = "0.2.14", features = ["js"] }
120120
prometheus = "0.13.4"
121121
tonic = { version = "0.11.0", default-features = false }

tailcall-upstream-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [
2828
"tls-roots",
2929
] }
3030
tracing = "0.1.40"
31-
tracing-opentelemetry = "0.24.0"
31+
tracing-opentelemetry = "0.25.0"
3232
tracing-subscriber = "0.3.18"
3333
derive_more = { workspace = true }
3434
thiserror = { workspace = true }

0 commit comments

Comments
 (0)