build(deps): bump isahc from 1.1.0 to 1.2.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-23 03:55:56 +00:00 committed by Mike Welsh
parent 5ad7990799
commit 3da60a2e04
2 changed files with 26 additions and 3 deletions

27
Cargo.lock generated
View File

@ -1691,9 +1691,9 @@ dependencies = [
[[package]]
name = "isahc"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af3d0a62435883f745c825ec06a03a38d24bf5fa65c43e2c083b6a60ce0058ae"
checksum = "33b24d2aed6bbe6faeab0e164ec2e9e6193fcfcfe489b6eb59fb0d0d34947d73"
dependencies = [
"crossbeam-utils",
"curl",
@ -1705,6 +1705,7 @@ dependencies = [
"log",
"mime",
"once_cell",
"polling",
"slab",
"sluice",
"tracing",
@ -2609,6 +2610,19 @@ dependencies = [
"miniz_oxide 0.3.7",
]
[[package]]
name = "polling"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fc12d774e799ee9ebae13f4076ca003b40d18a11ac0f3641e6f899618580b7b"
dependencies = [
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-sys",
"winapi 0.3.9",
]
[[package]]
name = "ppv-lite86"
version = "0.2.10"
@ -3894,6 +3908,15 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c"
[[package]]
name = "wepoll-sys"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
dependencies = [
"cc",
]
[[package]]
name = "wgpu"
version = "0.7.0"

View File

@ -23,7 +23,7 @@ webbrowser = "0.5.5"
url = "2.2.1"
clipboard = "0.5.0"
dirs = "3.0"
isahc = "1.1.0"
isahc = "1.2.0"
tinyfiledialogs = {git ="https://github.com/jdm/tinyfiledialogs-rs", rev="1a235d1"}
[target.'cfg(windows)'.dependencies]