Update hyper requirement from ~0.13 to ~0.14

Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [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.13.0...v0.14.9)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-02 21:20:42 +00:00 committed by GitHub
parent 380945a655
commit 32ce6d2129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ version = "~0.24"
features = ["limits", "bundled"]
[dependencies.hyper]
version = "~0.13"
version = "~0.14"
optional = true
[dependencies.serde_json]

View file

@ -14,7 +14,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
failure = "~0.1"
failure_derive = "~0.1"
http = "~0.2"
hyper = "~0.13"
hyper = "~0.14"
serde_json = "~1.0"
uuid = { version = "~0.8" }

View file

@ -11,7 +11,7 @@ sqlcipher = ["rusqlite/sqlcipher"]
[dependencies]
failure = "~0.1"
futures = "~0.3"
hyper = "~0.13"
hyper = "~0.14"
hyper-tls = "~0.4"
http = "~0.2"
log = "~0.4"