Bump reqwest from 0.9.20 to 0.9.21 (#6221)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.20 to 0.9.21.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.21/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.20...v0.9.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-02 22:52:48 -07:00
committed by Michael Vines
parent 586e0a67ef
commit 7ac4ce637f
8 changed files with 17 additions and 17 deletions

View File

@ -21,7 +21,7 @@ lazy_static = "1.4.0"
log = "0.4.8"
num-traits = "0.2"
pretty-hex = "0.1.1"
reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.9.21", default-features = false, features = ["rustls-tls"] }
serde = "1.0.101"
serde_derive = "1.0.101"
serde_json = "1.0.40"