Skip to content

Commit

Permalink
Update hyper requirement from 0.14.12 to 1.2.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/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.12...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2024
1 parent 678f651 commit 0764a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bytes = "1.0"
cookie = "0.15"
futures-util = "0.3.14"
httpdate = "1.0"
hyper = { version = "0.14.12", features = ["http1", "runtime", "server", "stream"] }
hyper = { version = "1.2.0", features = ["http1", "runtime", "server", "stream"] }
linked-hash-map = { version = "0.5.6", optional = true }
log = "0.4"
mime = "0.3.15"
Expand Down

0 comments on commit 0764a67

Please sign in to comment.