Bump hyper from 0.14.23 to 0.14.24

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](https://github.com/hyperium/hyper/compare/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>
pull/187/head
dependabot[bot] 1 year ago committed by GitHub
parent 0706ad1fc1
commit e2e41e866c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -434,9 +434,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.23"
version = "0.14.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
dependencies = [
"bytes",
"futures-channel",

@ -28,7 +28,7 @@ env_logger = { version = "0.10.0", default-features = false, features = [
"humantime",
] }
futures = { version = "0.3.26", features = ["async-await"] }
hyper = { version = "0.14.23", default-features = false, features = [
hyper = { version = "0.14.24", default-features = false, features = [
"server",
"http1",
], optional = true }

Loading…
Cancel
Save