diff --git a/Cargo.lock b/Cargo.lock index 7982cc3d8b..7aa35ec6b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "guess_host_triple" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35a8ce923c7490629d84e12fa2f75e1733f1ec692a47c264f9b7fd632855afc" +checksum = "5dd62763349a2c83ed2ce9ce5429158085fa43e0cdd8c60011a7843765d04e18" dependencies = [ "errno 0.2.8", "libc", diff --git a/cargo-quickinstall/Cargo.toml b/cargo-quickinstall/Cargo.toml index b54c41a035..9962f26477 100644 --- a/cargo-quickinstall/Cargo.toml +++ b/cargo-quickinstall/Cargo.toml @@ -13,7 +13,7 @@ tinyjson = "2" home = "0.5.9" pico-args = { version = "0.5.0", features = ["eq-separator"] } tempfile = "3.12.0" -guess_host_triple = "0.1.3" +guess_host_triple = "0.1.4" [build-dependencies] embed-resource = "2.4.1"