build(deps): bump isahc from 1.7.0 to 1.7.1

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

---
updated-dependencies:
- dependency-name: isahc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-02 20:13:31 +00:00 committed by Mike Welsh
parent 86e3f6c82a
commit 7c230f0bc9
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -833,9 +833,9 @@ dependencies = [
[[package]] [[package]]
name = "curl-sys" name = "curl-sys"
version = "0.4.53+curl-7.82.0" version = "0.4.54+curl-7.83.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8092905a5a9502c312f223b2775f57ec5c5b715f9a15ee9d2a8591d1364a0352" checksum = "25debbc3365c3e7ee79e30918df5759e84dbd4485807a18829188abf1786ec4e"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",
@ -1785,9 +1785,9 @@ dependencies = [
[[package]] [[package]]
name = "isahc" name = "isahc"
version = "1.7.0" version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "437f8808009c031df3c1d532c8fd7e3d73239dfe522ebf0b94b5e34d5d01044b" checksum = "480d9158c9977bff0bc024a11dcad04efcd3955c1e55301092b13fc439d41720"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"castaway", "castaway",

View File

@ -19,7 +19,7 @@ webbrowser = "0.7.1"
url = "2.2.2" url = "2.2.2"
clipboard = "0.5.0" clipboard = "0.5.0"
dirs = "4.0" dirs = "4.0"
isahc = "1.7.0" isahc = "1.7.1"
rfd = "0.8.2" rfd = "0.8.2"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]