Skip to content

Commit

Permalink
fix(deps): update rust crate tracing-opentelemetry to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent fbeb24e commit eca6acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ tracing-subscriber = { version = "0.3.18", features = [
"fmt",
"env-filter",
] }
tracing-opentelemetry = "0.24.0"
tracing-opentelemetry = "0.25.0"
getrandom = { version = "0.2.14", features = ["js"] }
prometheus = "0.13.4"
tonic = { version = "0.11.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [
"tls-roots",
] }
tracing = "0.1.40"
tracing-opentelemetry = "0.24.0"
tracing-opentelemetry = "0.25.0"
tracing-subscriber = "0.3.18"
derive_more = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit eca6acd

Please sign in to comment.