Skip to content

Commit

Permalink
Update http requirement from 0.2.1 to 1.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/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.1...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent f21b335 commit 3547dc6
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 @@ -39,7 +39,7 @@ curl = "0.4.36"
curl-sys = "0.4.55"
event-listener = "2.3.3"
futures-lite = "1.10.1"
http = "0.2.1"
http = "1.1.0"
log = "0.4"
once_cell = "1"
polling = "2"
Expand Down

0 comments on commit 3547dc6

Please sign in to comment.