Skip to content

Commit 1b04d26

Browse files
dependabot[bot]LeoBorai
authored andcommitted
chore(deps): bump hyper from 0.14.14 to 0.14.15
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.14 to 0.14.15. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.14...v0.14.15) --- 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 574a2ed commit 1b04d26

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
@@ -37,7 +37,7 @@ flate2 = "1.0.22"
3737
http = "0.2.5"
3838
http-auth-basic = "0.3.1"
3939
handlebars = "4.1.4"
40-
hyper = { version = "0.14.14", features = ["http1", "server", "stream", "tcp"] }
40+
hyper = { version = "0.14.15", features = ["http1", "server", "stream", "tcp"] }
4141
local-ip-address = "0.4.4"
4242
mime_guess = "2.0.3"
4343
rustls = "0.20.2"
@@ -51,7 +51,7 @@ structopt = { version = "0.3.25", default-features = false }
5151

5252
[dev-dependencies]
5353
criterion = { version = "0.3.5", features = ["async_tokio", "html_reports"] }
54-
hyper = { version = "0.14.14", features = ["client"] }
54+
hyper = { version = "0.14.15", features = ["client"] }
5555
tokio = { version = "1.13.0", features = ["full"] }
5656
lazy_static = "1.4.0"
5757

0 commit comments

Comments
 (0)