From f4d9a1ae2ba9606590fd22b98997c46aab41df86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 14:24:32 +0000 Subject: [PATCH] build(deps): bump isahc from 1.6.0 to 1.7.0 Bumps [isahc](https://github.com/sagebind/isahc) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/sagebind/isahc/releases) - [Commits](https://github.com/sagebind/isahc/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: isahc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- desktop/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea2c84de33a65..e2e4c5bc97f44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1662,9 +1662,9 @@ dependencies = [ [[package]] name = "isahc" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d140e84730d325378912ede32d7cd53ef1542725503b3353e5ec8113c7c6f588" +checksum = "437f8808009c031df3c1d532c8fd7e3d73239dfe522ebf0b94b5e34d5d01044b" dependencies = [ "async-channel", "castaway", diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 50394ce4da703..56fd790fc1b75 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.0" tinyfiledialogs = "3.9.0" [target.'cfg(windows)'.dependencies]