Skip to content

Commit c4339f3

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 a14a8e3 commit c4339f3

File tree

3 files changed

+67
-18
lines changed

3 files changed

+67
-18
lines changed

Cargo.lock

+65-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111

1212
[dependencies]
1313
easy-jsonrpc-mw = "0.5.4"
14-
hyper = "0.13"
14+
hyper = "0.14"
1515
lazy_static = "1"
1616
regex = "1"
1717
ring = "0.16"

servers/Cargo.toml

+1-1
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)