Skip to content

Commit

Permalink
Update http requirement from 0.2 to 1.2
Browse files Browse the repository at this point in the history
Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.0...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 094d4d8 commit 88ca7d3
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 @@ -15,7 +15,7 @@ opentelemetry-datadog = { version = "0.6", features = ["reqwest-client"] }
opentelemetry-semantic-conventions = "0.10"
tower = { version = "0.4", features = ["util"] }
futures = "0.3"
http = "0.2"
http = "1.2"
http-body = "0.4"

[dev-dependencies]
Expand Down

0 comments on commit 88ca7d3

Please sign in to comment.