build(deps): bump isahc from 0.9.10 to 0.9.11

Bumps [isahc](https://github.com/sagebind/isahc) from 0.9.10 to 0.9.11.
- [Release notes](https://github.com/sagebind/isahc/releases)
- [Commits](https://github.com/sagebind/isahc/compare/0.9.10...0.9.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-03 02:34:57 +00:00 committed by Mike Welsh
parent d95355b49a
commit 33ef20494a
2 changed files with 7 additions and 17 deletions

22
Cargo.lock generated
View File

@ -614,16 +614,6 @@ dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
"crossbeam-utils 0.7.2",
"maybe-uninit",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.0"
@ -1569,13 +1559,13 @@ dependencies = [
[[package]]
name = "isahc"
version = "0.9.10"
version = "0.9.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac245314704d62c121785203fb4d6f41f137167fcc91beec0b55bd6c4bb8c800"
checksum = "0cf84ee8215bcaa999a24870485ef49d051cd858985a80d123e56be2d921d811"
dependencies = [
"bytes",
"crossbeam-channel 0.4.4",
"crossbeam-utils 0.7.2",
"crossbeam-channel",
"crossbeam-utils 0.8.0",
"curl",
"curl-sys",
"encoding_rs",
@ -1583,9 +1573,9 @@ dependencies = [
"futures-io",
"futures-util",
"http",
"lazy_static",
"log",
"mime",
"once_cell",
"slab",
"sluice",
"tracing",
@ -2610,7 +2600,7 @@ version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
dependencies = [
"crossbeam-channel 0.5.0",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils 0.8.0",
"lazy_static",

View File

@ -23,7 +23,7 @@ webbrowser = "0.5.5"
url = "2.1.1"
clipboard = "0.5.0"
dirs = "3.0"
isahc = "0.9.10"
isahc = "0.9.11"
[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"