chore: Bump isahc from 1.3.1 to 1.4.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-17 06:41:51 +00:00 committed by Mike Welsh
parent c5233ed172
commit 1082d2fea7
2 changed files with 10 additions and 10 deletions

18
Cargo.lock generated
View File

@ -771,9 +771,9 @@ dependencies = [
[[package]] [[package]]
name = "curl" name = "curl"
version = "0.4.35" version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a872858e9cb9e3b96c80dd78774ad9e32e44d3b05dc31e142b858d14aebc82c" checksum = "adba2012502267c1fdde381e0e3acc44bf8be96b2f7d455089dcc2c8ad2f67bd"
dependencies = [ dependencies = [
"curl-sys", "curl-sys",
"libc", "libc",
@ -786,9 +786,9 @@ dependencies = [
[[package]] [[package]]
name = "curl-sys" name = "curl-sys"
version = "0.4.41+curl-7.75.0" version = "0.4.43+curl-7.76.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ec466abd277c7cab2905948f3e94d10bc4963f1f5d47921c1cc4ffd2028fe65" checksum = "a802c7a9828b7d139efaed1bc92471ab6681ed86d19a105605f5eadcb0837d11"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",
@ -1785,15 +1785,16 @@ dependencies = [
[[package]] [[package]]
name = "isahc" name = "isahc"
version = "1.3.1" version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd9294f1ecdda747b8a092b07873285e613adc14e9c9526205eacedcf3ecd2b" checksum = "81c01404730bb4574bbacb59ca0855f969f8eabd688ca22866f2cc333f1a4f69"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"crossbeam-utils", "crossbeam-utils",
"curl", "curl",
"curl-sys", "curl-sys",
"encoding_rs", "encoding_rs",
"event-listener",
"futures-lite", "futures-lite",
"http", "http",
"log", "log",
@ -3372,11 +3373,10 @@ dependencies = [
[[package]] [[package]]
name = "socket2" name = "socket2"
version = "0.3.19" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
dependencies = [ dependencies = [
"cfg-if 1.0.0",
"libc", "libc",
"winapi 0.3.9", "winapi 0.3.9",
] ]

View File

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