Bump hyper from 0.14.20 to 0.14.22

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.20 to 0.14.22.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.22/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.20...v0.14.22)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/150/head
dependabot[bot] 2 years ago committed by GitHub
parent 138028c64e
commit 05d1d8b915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated

@ -176,7 +176,7 @@ dependencies = [
[[package]] [[package]]
name = "encrypted-dns" name = "encrypted-dns"
version = "0.9.9" version = "0.9.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"byteorder", "byteorder",
@ -440,9 +440,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.20" version = "0.14.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",

@ -28,7 +28,7 @@ env_logger = { version = "0.9.1", default-features = false, features = [
"humantime", "humantime",
] } ] }
futures = { version = "0.3.24", features = ["async-await"] } futures = { version = "0.3.24", features = ["async-await"] }
hyper = { version = "0.14.20", default_features = false, features = [ hyper = { version = "0.14.22", default_features = false, features = [
"server", "server",
"http1", "http1",
], optional = true } ], optional = true }

Loading…
Cancel
Save