Skip to content

Commit

Permalink
Bump hyper from 0.13.10 to 0.14.12
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.10 to 0.14.12.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.13.10...v0.14.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2022
1 parent 9d92f34 commit 2349759
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 18 deletions.
80 changes: 64 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
easy-jsonrpc-mw = "0.5.4"
failure = "0.1.1"
failure_derive = "0.1.1"
hyper = "0.13"
hyper = "0.14"
lazy_static = "1"
regex = "1"
ring = "0.16"
Expand Down
2 changes: 1 addition & 1 deletion servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = ".."
edition = "2018"

[dependencies]
hyper = "0.13"
hyper = "0.14"
hyper-rustls = "0.20"
fs2 = "0.4"
futures = "0.3"
Expand Down

0 comments on commit 2349759

Please sign in to comment.