Skip to content

Commit ada555b

Browse files
chore(deps): bump hyper from 0.14.20 to 0.14.27 (#344)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.20 to 0.14.27. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.20...v0.14.27) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3816706 commit ada555b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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.26"
3838
http = "0.2.9"
3939
http-auth-basic = "0.3.3"
4040
handlebars = "4.3.7"
41-
hyper = { version = "0.14.20", features = ["http1", "server", "stream", "tcp"] }
41+
hyper = { version = "0.14.27", features = ["http1", "server", "stream", "tcp"] }
4242
hyper-rustls = { version = "0.23.0", features = ["webpki-roots"] }
4343
local-ip-address = "0.5.3"
4444
mime_guess = "2.0.4"
@@ -55,7 +55,7 @@ toml = "0.7.6"
5555

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

0 commit comments

Comments
 (0)