Update http requirement from 0.2.9 to 1.0.0

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.9...v1.0.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]
2023-11-15 18:32:17 +00:00
committed by GitHub
parent 5e7d0e4e1e
commit 23f1d21a2e
+1 -1
View File
@@ -28,7 +28,7 @@ name = "dredge"
[dependencies] [dependencies]
clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] } clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] }
simple_logger = { version = "4.2.0", features = ["timestamps", "colors", "stderr"] } simple_logger = { version = "4.2.0", features = ["timestamps", "colors", "stderr"] }
http = "0.2.9" http = "1.0.0"
indoc = "2.0.4" indoc = "2.0.4"
log = "0.4.20" log = "0.4.20"
reqwest = { version = "0.11.20", features = ["json", "gzip", "multipart", "native-tls-vendored"] } reqwest = { version = "0.11.20", features = ["json", "gzip", "multipart", "native-tls-vendored"] }