Update hyper requirement from 0.10 to 0.12

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.10.0...v0.12.29)
This commit is contained in:
dependabot-preview[bot] 2019-05-27 08:53:23 +00:00 committed by GitHub
parent 2827c8a02b
commit 631efe05d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ serde_derive = { version = "1.0", optional = true }
unicase_serde = { version = "0.1.0", optional = true }
[dev-dependencies]
hyper = "0.10"
hyper = "0.12"
serde_json = "1.0"
serde_test = "1.0"