Skip to content

Commit

Permalink
Update hyper requirement from 0.14.23 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.23...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] authored Feb 18, 2024
1 parent 74edc88 commit a182c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async-trait = "0.1.60"
axum = "0.6.1"
http = "0.2.8"
http-body = "0.4.5"
hyper = { features = ["full"], version = "0.14.23" }
hyper = { features = ["full"], version = "1.1.0" }
mio = "0.8.4"
scsys.workspace = true
serde.workspace = true
Expand Down

0 comments on commit a182c3a

Please sign in to comment.