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 Nov 2, 2024
1 parent c429b3e commit 5d20fa0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
48 changes: 40 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json = "1.0.116"
tracing-serde = "0.1.3"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
# Integration between the tracing crate and the opentelemetry crate
tracing-opentelemetry = "0.25.0"
tracing-opentelemetry = "0.27.0"
tonic = "0.12.0"
tower = { version = "0.4.13", optional = true }
http = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit 5d20fa0

Please sign in to comment.