Bump reqwest from 0.9.24 to 0.11.4

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.24 to 0.11.4.
- [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.9.24...v0.11.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-10 18:38:37 +00:00 committed by GitHub
parent 741ece568a
commit fce9d3064c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 227 additions and 915 deletions

1140
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ edition = "2018"
ldap3 = "0.9"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
reqwest = "0.9"
reqwest = "0.11"
serde_json = "1.0"
thiserror = "1.0"
anyhow = "1.0"