Skip to content

Commit

Permalink
Update http requirement from 0.2.9 to 1.0.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.9...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent dd61228 commit c17074a
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 @@ -21,7 +21,7 @@ hyper = { version = "0.14.27", features = [
hyper-tls = "0.5.0"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
http = "0.2.9"
http = "1.0.0"
url = "2.4.1"
futures = "0.3.28"
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit c17074a

Please sign in to comment.