Skip to content

Commit

Permalink
chore(deps): update opentelemetry-otlp requirement from 0.17.0 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.17.0...opentelemetry-otlp-0.17.0)

---
updated-dependencies:
- dependency-name: opentelemetry-otlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent 7609bdc commit 0a7b14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures-util = "0.3.30"
pin-project-lite = "0.2.14"
http = "1.1.0"
http-body = "1.0.1"
opentelemetry-otlp = { version = "0.17.0", features = ["metrics", "http-proto", "reqwest-client"] }
opentelemetry-otlp = { version = "0.25.0", features = ["metrics", "http-proto", "reqwest-client"] }
opentelemetry-http = "0.25.0"


Expand Down

0 comments on commit 0a7b14e

Please sign in to comment.