Skip to content

Commit

Permalink
chore: 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent 72e548a commit 5a780ea
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 @@ name = "http-sh"
[dependencies]
clap = { version = "4.1.4", features = ["derive", "wrap_help"] }
tokio = { version = "1", features = ["full"] }
hyper = { version = "0.14", features = ["server", "http1", "http2", "runtime"] }
hyper = { version = "1.0", features = ["server", "http1", "http2", "runtime"] }
hyper-staticfile = "0.9.4"
futures = "0.3"
tokio-util = { version = "0.7.3", features = ["full"] }
Expand Down

0 comments on commit 5a780ea

Please sign in to comment.