Skip to content

Commit

Permalink
Update hyper requirement from 0.14.26 to 1.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/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.26...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 131e9f6 commit 9f149e9
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 @@ -11,7 +11,7 @@ crate-type = ["cdylib", "staticlib", "rlib"]
[dependencies]
serde_repr = "0.1.12"
serde_with = "3"
hyper = "0.14.26"
hyper = "1.1.0"
http = "0.2.9"
env_logger = "0.10.0"
log = "0.4.18"
Expand Down

0 comments on commit 9f149e9

Please sign in to comment.