Bump reqwest from 0.10.1 to 0.10.3

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.1 to 0.10.3.
- [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.1...v0.10.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-22 16:39:47 +00:00 committed by GitHub
parent 61c4b18bf7
commit 421c1a4164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1609,9 +1609,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.10.1"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0e798e19e258bf6c30a304622e3e9ac820e483b06a1857a026e1f109b113fe4"
checksum = "a9f62f24514117d09a8fc74b803d3d65faa27cea1c7378fb12b0d002913f3831"
dependencies = [
"base64 0.11.0",
"bytes",

View File

@ -16,7 +16,7 @@ log = "0.4.8"
log4rs = "0.11.0"
number_prefix = "0.3.0"
openssl-probe = "0.1.2"
reqwest = "0.10.1"
reqwest = "0.10.3"
serde = "1.0.105"
serde_derive = "1.0.103"
serde_json = "1.0.48"