build(deps): bump isahc from 0.9.13 to 0.9.14

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-09 05:29:44 +00:00 committed by Mike Welsh
parent d1c79a5dd5
commit 70e7894a14
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1727,9 +1727,9 @@ dependencies = [
[[package]]
name = "isahc"
version = "0.9.13"
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80aafab09693e9fa74b76ef207c55dc1cba5d9d5dc6dcc1b6a96d008a98000e9"
checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a"
dependencies = [
"bytes",
"crossbeam-utils",

View File

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