Update reqwest requirement from 0.10.6 to 0.11.0

Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.10.6...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-07 11:56:46 +00:00 committed by GitHub
parent b01d9fff06
commit 89a1a55b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ include = [
]
[dependencies]
reqwest = { version = "0.10.6", features = ["json", "rustls-tls"], default-features = false }
reqwest = { version = "0.11.0", features = ["json", "rustls-tls"], default-features = false }
tokio = { version = "0.2", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
rustc-serialize = "0.3.24"