Skip to content

Commit b704600

Browse files
chore(deps): bump hyper from 0.14.24 to 0.14.25 (#263)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.24 to 0.14.25. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.25/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.24...v0.14.25) --- 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 215d5f2 commit b704600

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

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

0 commit comments

Comments
 (0)