Skip to content

Commit

Permalink
fix(deps): update rust crate tracing-opentelemetry to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent eab8326 commit ad5fd76
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 @@ -118,7 +118,7 @@ tracing-subscriber = { version = "0.3.18", features = [
"fmt",
"env-filter",
] }
tracing-opentelemetry = "0.24.0"
tracing-opentelemetry = "0.27.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 @@ -29,7 +29,7 @@ opentelemetry-otlp = { version = "0.16.0", features = [
"tls-roots",
] }
tracing = "0.1.40"
tracing-opentelemetry = "0.24.0"
tracing-opentelemetry = "0.27.0"
tracing-subscriber = "0.3.18"
derive_more = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit ad5fd76

Please sign in to comment.