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]