Skip to content

Commit

Permalink
chore(deps): update hyper requirement from 0.14.27 to 1.0.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.27...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 15, 2023
1 parent f3e8f84 commit 34344ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ anyhow = "1.0.75"
thiserror = "1.0.50"

# http and tls
hyper = { version = "0.14.27", default-features = false, features = [
hyper = { version = "1.0.0", default-features = false, features = [
"server",
"http1",
"http2",
Expand Down

0 comments on commit 34344ec

Please sign in to comment.