Skip to content

Commit

Permalink
Bump opentelemetry-otlp from 0.25.0 to 0.26.0 (#1257)
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 Oct 9, 2024
1 parent cbcc70c commit da2c2f4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 9 deletions.
49 changes: 41 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 crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ opentelemetry-jaeger = { features = ["collector_client", "isahc", "rt-tokio"], o
tracing = { version = "0.1" }
tracing-opentelemetry = { optional = true, version = "0.26" }
tracing-subscriber = { optional = true, version = "0.3" }
opentelemetry-otlp = { optional = true, version = "0.25" }
opentelemetry-otlp = { optional = true, version = "0.26" }
opentelemetry_sdk = { optional = true, version = "0.25", features = ["rt-tokio"] }

# internal deps
Expand Down

0 comments on commit da2c2f4

Please sign in to comment.