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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 07e8717 commit 1434367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async-trait = "0.1.74"
# http handling
url = "2.4.1"
rustc-hash = "1.1.0"
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 1434367

Please sign in to comment.