Skip to content

Commit 9d686e4

Browse files
chore(deps): bump hyper from 0.14.18 to 0.14.19 (#145)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.18 to 0.14.19. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.18...v0.14.19) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4736c79 commit 9d686e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -38,7 +38,7 @@ flate2 = "1.0.24"
3838
http = "0.2.7"
3939
http-auth-basic = "0.3.3"
4040
handlebars = "4.3.0"
41-
hyper = { version = "0.14.18", features = ["http1", "server", "stream", "tcp"] }
41+
hyper = { version = "0.14.19", features = ["http1", "server", "stream", "tcp"] }
4242
hyper-rustls = { version = "0.23.0", features = ["webpki-roots"] }
4343
local-ip-address = "0.4.4"
4444
mime_guess = "2.0.4"
@@ -54,7 +54,7 @@ structopt = { version = "0.3.26", default-features = false }
5454

5555
[dev-dependencies]
5656
criterion = { version = "0.3.5", features = ["async_tokio", "html_reports"] }
57-
hyper = { version = "0.14.18", features = ["client"] }
57+
hyper = { version = "0.14.19", features = ["client"] }
5858
tokio = { version = "1.18.2", features = ["full"] }
5959
lazy_static = "1.4.0"
6060

0 commit comments

Comments
 (0)