Skip to content

Commit

Permalink
Update opentelemetry requirement from 0.23 to 0.24 (#106)
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.23.0...opentelemetry-0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and kodiakhq[bot] authored Jul 22, 2024
1 parent 42c7478 commit be27d26
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.23"
opentelemetry = "0.24"
rand = "0.8.5"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit be27d26

Please sign in to comment.