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.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 4c583bb commit 26f1340
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 @@ -22,7 +22,7 @@ opentelemetry-semantic-conventions = "0.16.0"
trillium-macros = "0.0.6"

[dev-dependencies]
opentelemetry-otlp = { version = "0.17.0", features = ["metrics", "tokio", "trace"] }
opentelemetry-otlp = { version = "0.25.0", features = ["metrics", "tokio", "trace"] }
opentelemetry = "0.24.0"
tokio = { version = "1.37.0", features = ["full"] }
trillium-router = "0.4.1"
Expand Down

0 comments on commit 26f1340

Please sign in to comment.