Skip to content

Commit 7a23728

Browse files
chore(deps): bump hyper from 0.14.16 to 0.14.17
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.16 to 0.14.17. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.16...v0.14.17) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af57547 commit 7a23728

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ flate2 = "1.0.22"
3737
http = "0.2.6"
3838
http-auth-basic = "0.3.1"
3939
handlebars = "4.2.1"
40-
hyper = { version = "0.14.16", features = ["http1", "server", "stream", "tcp"] }
40+
hyper = { version = "0.14.17", features = ["http1", "server", "stream", "tcp"] }
4141
local-ip-address = "0.4.4"
4242
mime_guess = "2.0.3"
4343
rustls = "0.20.2"
@@ -52,7 +52,7 @@ structopt = { version = "0.3.26", default-features = false }
5252

5353
[dev-dependencies]
5454
criterion = { version = "0.3.5", features = ["async_tokio", "html_reports"] }
55-
hyper = { version = "0.14.16", features = ["client"] }
55+
hyper = { version = "0.14.17", features = ["client"] }
5656
tokio = { version = "1.16.1", features = ["full"] }
5757
lazy_static = "1.4.0"
5858

0 commit comments

Comments
 (0)