Skip to content

Commit

Permalink
Bump tracing-opentelemetry from 0.24.0 to 0.26.0 (#1223)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent 22d704f commit 04fcdaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pkcs8 = { version = "0.10", features = ["std", "pem"] }
opentelemetry = "0.25"
opentelemetry-jaeger = { features = ["collector_client", "isahc", "rt-tokio"], optional = true, version = "0.22" }
tracing = { version = "0.1" }
tracing-opentelemetry = { optional = true, version = "0.24" }
tracing-opentelemetry = { optional = true, version = "0.26" }
tracing-subscriber = { optional = true, version = "0.3" }
opentelemetry-otlp = { optional = true, version = "0.16" }
opentelemetry_sdk = { optional = true, version = "0.25", features = ["rt-tokio"] }
Expand Down

0 comments on commit 04fcdaa

Please sign in to comment.