Skip to content

Commit

Permalink
Update hyper requirement from 0.14 to 1.3
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/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent a97fa1b commit 0200385
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 @@ -106,7 +106,7 @@ trust-dns-resolver = "0.23.2"
clap = "4.1"
crossbeam-queue = { version = "0.3" }
crossbeam-channel = { version = "0.5" }
hyper = "0.14"
hyper = "1.3"
percent-encoding = "2.1.0"
mime = "0.3"
serde_json = "1.0"
Expand Down

0 comments on commit 0200385

Please sign in to comment.