Skip to content

Commit

Permalink
Update http requirement from 0.2 to 1.1
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.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and notgull committed Mar 11, 2024
1 parent bc7a85d commit 641326b
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 @@ -36,7 +36,7 @@ async-tungstenite = { version = "0.25", features = ["async-native-tls"] }
ctrlc = "3"
doc-comment = "0.3"
futures = "0.3"
http = "0.2"
http = "1.1"
http-body-util = "0.1.0"
http-types = "2"
hyper = { version = "1.0", default-features = false, features = ["client", "http1", "server"] }
Expand Down

0 comments on commit 641326b

Please sign in to comment.