Update http requirement from 0.2 to 1.1

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](https://github.com/hyperium/http/compare/v0.2.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-11 13:18:23 +00:00 committed by John Nunley
parent bc7a85d170
commit 641326b54f
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }