Skip to content

Commit

Permalink
chore(deps): update opentelemetry-http requirement from 0.25.0 to 0.26.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.25.0...opentelemetry-http-0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ttys3 committed Oct 8, 2024
1 parent 51b1479 commit 0c2b5f6
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.1"
opentelemetry-otlp = { version = "0.25.0", features = [ "metrics", "http-proto", "reqwest-client", ] }
opentelemetry-http = "0.25.0"
opentelemetry-http = "0.26.0"


[dev-dependencies]
Expand Down

0 comments on commit 0c2b5f6

Please sign in to comment.