Skip to content

Commit

Permalink
Update hyper requirement from 0.14 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.0...v0.14.27)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 8fc231d commit 4ba0573
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 @@ -23,7 +23,7 @@ tokio-stream = "0.1.8"
stream-cancel = "0.8"
http = "0.2"
url = "2"
hyper = {version="0.14", features=["server","http1","tcp","stream"]}
hyper = {version="1.0", features=["server","http1","tcp","stream"]}
log = "0.4"
serde = {version="1.0",features=["derive"]}
serde_json = {version = "1.0"}
Expand Down

0 comments on commit 4ba0573

Please sign in to comment.