From 9d1fc614ce1abd632d12836e26c3d42ed3e054bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 14:19:03 +0000 Subject: [PATCH] build(deps): bump isahc from 1.6.0 to 1.7.1 Bumps [isahc](https://github.com/sagebind/isahc) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/sagebind/isahc/releases) - [Commits](https://github.com/sagebind/isahc/compare/1.6.0...1.7.1) --- updated-dependencies: - dependency-name: isahc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- desktop/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea2c84de33a65..46b0fb06bb8b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,9 +785,9 @@ dependencies = [ [[package]] name = "curl-sys" -version = "0.4.51+curl-7.80.0" +version = "0.4.54+curl-7.83.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20" +checksum = "25debbc3365c3e7ee79e30918df5759e84dbd4485807a18829188abf1786ec4e" dependencies = [ "cc", "libc", @@ -1662,9 +1662,9 @@ dependencies = [ [[package]] name = "isahc" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d140e84730d325378912ede32d7cd53ef1542725503b3353e5ec8113c7c6f588" +checksum = "480d9158c9977bff0bc024a11dcad04efcd3955c1e55301092b13fc439d41720" dependencies = [ "async-channel", "castaway", diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 50394ce4da703..48a6af854d937 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -19,7 +19,7 @@ webbrowser = "0.5.5" url = "2.2.2" clipboard = "0.5.0" dirs = "4.0" -isahc = "1.6.0" +isahc = "1.7.1" tinyfiledialogs = "3.9.0" [target.'cfg(windows)'.dependencies]