From 3da60a2e044973c749323ec3c021f8c99d0118d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 03:55:56 +0000 Subject: [PATCH] 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] --- Cargo.lock | 27 +++++++++++++++++++++++++-- desktop/Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e90e16b1..de829f8e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index fa9eff101..842ce8a08 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -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]