Skip to content

Commit 0e5ee79

Browse files
chore(deps): bump hyper from 0.14.23 to 0.14.24 (#250)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.23 to 0.14.24. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.24/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.23...v0.14.24) --- 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 c3a4edd commit 0e5ee79

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.25"
3838
http = "0.2.8"
3939
http-auth-basic = "0.3.3"
4040
handlebars = "4.3.6"
41-
hyper = { version = "0.14.23", features = ["http1", "server", "stream", "tcp"] }
41+
hyper = { version = "0.14.24", features = ["http1", "server", "stream", "tcp"] }
4242
hyper-rustls = { version = "0.23.2", features = ["webpki-roots"] }
4343
local-ip-address = "0.5.1"
4444
mime_guess = "2.0.4"
@@ -55,7 +55,7 @@ toml = "0.5.11"
5555

5656
[dev-dependencies]
5757
criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] }
58-
hyper = { version = "0.14.23", features = ["client"] }
58+
hyper = { version = "0.14.24", features = ["client"] }
5959
tokio = { version = "1.24.2", features = ["full"] }
6060
lazy_static = "1.4.0"
6161

0 commit comments

Comments
 (0)