Skip to content

Commit c12dbe0

Browse files
fix(deps): update rust crate tracing-opentelemetry to 0.28.0
1 parent 52d515c commit c12dbe0

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
@@ -120,7 +120,7 @@ tracing-subscriber = { version = "0.3.18", features = [
120120
"fmt",
121121
"env-filter",
122122
] }
123-
tracing-opentelemetry = "0.24.0"
123+
tracing-opentelemetry = "0.28.0"
124124
getrandom = { version = "0.2.14", features = ["js"] }
125125
prometheus = "0.13.4"
126126
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
@@ -29,7 +29,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [
2929
"tls-roots",
3030
] }
3131
tracing = "0.1.40"
32-
tracing-opentelemetry = "0.24.0"
32+
tracing-opentelemetry = "0.28.0"
3333
tracing-subscriber = "0.3.18"
3434
derive_more = { workspace = true }
3535
thiserror = { workspace = true }

0 commit comments

Comments
 (0)