build(deps): bump isahc from 1.3.0 to 1.3.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-17 02:52:18 +00:00 committed by Mike Welsh
parent 7171628b44
commit 6f1b0a23ee
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1704,9 +1704,9 @@ dependencies = [
[[package]]
name = "isahc"
version = "1.3.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e2bd04215e4e79c95af18dfc770e0210c734dc02027be1350f7c3fa00875953"
checksum = "3bd9294f1ecdda747b8a092b07873285e613adc14e9c9526205eacedcf3ecd2b"
dependencies = [
"async-channel",
"crossbeam-utils",

View File

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