Bump reqwest from 0.11.6 to 0.11.7

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7.
- [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.11.6...v0.11.7)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-06 01:14:45 +00:00 committed by GitHub
parent 912dc56c95
commit f7528b7004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 18 deletions

View file

@ -27,7 +27,7 @@ log = "0.4.14"
structopt = "0.3.25"
simplelog = "0.11.0"
anyhow = "1.0.40"
reqwest = { version = "0.11.6", features = [ "rustls-tls" ], default-features = false }
reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false }
tempdir = "0.3.7"
flate2 = "1.0.22"
tar = "0.4.37"