Skip to content

Commit

Permalink
Update opentelemetry requirement from 0.25 to 0.26
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry](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-0.25.0...opentelemetry-0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 2a0a7ad commit ddd56fe
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 @@ -29,6 +29,6 @@ tracing-subscriber = "0.3"
color-eyre = "0.6.1"
comfy-table = "7.0.0"
console = "0.15"
opentelemetry = "0.25"
opentelemetry = "0.26"
rand = "0.8.5"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit ddd56fe

Please sign in to comment.