Skip to content

Commit

Permalink
chore(deps): update opentelemetry-http requirement from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry-http](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-http-0.12.0...opentelemetry-http-0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent a02bef6 commit 0c78140
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,7 +29,7 @@ pin-project-lite = "0.2.14"
http = "1.1.0"
http-body = "1.0.0"
opentelemetry-otlp = { version = "0.16.0", features = ["metrics", "http-proto", "reqwest-client"] }
opentelemetry-http = "0.12.0"
opentelemetry-http = "0.13.0"


[dev-dependencies]
Expand Down

0 comments on commit 0c78140

Please sign in to comment.