Bump hyper from 0.14.14 to 0.14.15 (#3065)

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.14 to 0.14.15.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.14...v0.14.15)

---
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>
Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
dependabot[bot] 2021-11-18 21:32:51 +00:00 committed by GitHub
parent 88b09c812a
commit ad81718514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1557,9 +1557,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.14" version = "0.14.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b" checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
dependencies = [ dependencies = [
"bytes 1.1.0", "bytes 1.1.0",
"futures-channel", "futures-channel",

View File

@ -21,7 +21,7 @@ serde = { version = "1", features = ["serde_derive"] }
toml = "0.5" toml = "0.5"
chrono = "0.4" chrono = "0.4"
hyper = { version = "0.14.13", features = ["full"] } hyper = { version = "0.14.15", features = ["full"] }
futures = "0.3" futures = "0.3"
tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.9", features = ["hedge", "limit"] } tower = { version = "0.4.9", features = ["hedge", "limit"] }