Bump reqwest from 0.10.4 to 0.10.6

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.4 to 0.10.6.
- [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.4...v0.10.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-17 11:13:46 +00:00 committed by GitHub
parent fdf3fda24a
commit 8e5270a1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 7 deletions

20
Cargo.lock generated
View File

@ -986,7 +986,7 @@ dependencies = [
"socket2",
"widestring",
"winapi 0.3.8",
"winreg",
"winreg 0.6.2",
]
[[package]]
@ -1628,11 +1628,11 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.10.4"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b81e49ddec5109a9dcfc5f2a317ff53377c915e9ae9d4f2fb50914b85614e2"
checksum = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
dependencies = [
"base64 0.11.0",
"base64 0.12.0",
"bytes",
"encoding_rs",
"futures-core",
@ -1651,14 +1651,13 @@ dependencies = [
"pin-project-lite",
"serde",
"serde_urlencoded",
"time",
"tokio",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
"winreg 0.7.0",
]
[[package]]
@ -2446,6 +2445,15 @@ dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "winutil"
version = "0.1.1"

View File

@ -16,7 +16,7 @@ log = "0.4.11"
log4rs = "0.12.0"
number_prefix = "0.4.0"
openssl-probe = "0.1.2"
reqwest = "0.10.4"
reqwest = "0.10.6"
serde = "1.0.114"
serde_derive = "1.0.103"
serde_json = "1.0.56"