Skip to content

Commit 2349759

Browse files
Bump hyper from 0.13.10 to 0.14.12
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]>
1 parent 9d92f34 commit 2349759

File tree

3 files changed

+66
-18
lines changed

3 files changed

+66
-18
lines changed

Cargo.lock

Lines changed: 64 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
easy-jsonrpc-mw = "0.5.4"
1414
failure = "0.1.1"
1515
failure_derive = "0.1.1"
16-
hyper = "0.13"
16+
hyper = "0.14"
1717
lazy_static = "1"
1818
regex = "1"
1919
ring = "0.16"

servers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = ".."
1010
edition = "2018"
1111

1212
[dependencies]
13-
hyper = "0.13"
13+
hyper = "0.14"
1414
hyper-rustls = "0.20"
1515
fs2 = "0.4"
1616
futures = "0.3"

0 commit comments

Comments
 (0)