Skip to content

Commit

Permalink
chore(deps): update hyper requirement from 0.14 to 1.4
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.29/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.0...v0.14.29)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 843ffb0 commit a97fe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indy-vdr-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ indy-vdr = { path = "../libindy_vdr", default-features = false, features = [
"log",
] }
git2 = "0.18"
hyper = { version = "0.14", features = ["http1", "http2", "server"] }
hyper = { version = "1.4", features = ["http1", "http2", "server"] }
hyper-tls = { version = "0.5", optional = true }
log = "0.4.8"
percent-encoding = "2"
Expand Down

0 comments on commit a97fe83

Please sign in to comment.