Skip to content

Commit

Permalink
build(deps): update http requirement from 0.2.11 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/v0.2.11/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.11...v0.2.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 80c1994 commit 5864edb
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 @@ -20,7 +20,7 @@ categories = ["command-line-utilities", "development-tools"]
hitt-formatter = { path = "hitt-formatter", version = "0.0.2" }
hitt-parser = { path = "hitt-parser", version = "0.0.2" }
hitt-request = { path = "hitt-request", version = "0.0.2" }
http = { version = "0.2.11" }
http = { version = "1.0.0" }
reqwest = { version = "0.11.23" }
tokio = { version = "1.35.1", features = ["fs", "macros", "rt-multi-thread"] }

Expand Down

0 comments on commit 5864edb

Please sign in to comment.