Skip to content

Commit

Permalink
chore(deps): update http requirement from 0.2 to 1.0
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/v0.2.11/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.0...v0.2.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 30, 2023
1 parent 379d5b2 commit 2cc700f
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 @@ -48,7 +48,7 @@ form_urlencoded = "1"
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
headers = "0.3"
http = "0.2"
http = "1.0"
http-body-util = "0.1.0-rc.3"
hmac = "0.12"
hex = "0.4"
Expand Down

0 comments on commit 2cc700f

Please sign in to comment.