diff --git a/Cargo.lock b/Cargo.lock index 0c1aa8cc9..14720decb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,9 +1752,9 @@ dependencies = [ [[package]] name = "guess_host_triple" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dd62763349a2c83ed2ce9ce5429158085fa43e0cdd8c60011a7843765d04e18" +checksum = "66ee077a175fc45cc3232e1654d43a2f696fbe5ea843bffe24adae90f9461ff4" dependencies = [ "errno 0.2.8", "libc", diff --git a/Cargo.toml b/Cargo.toml index e29bc4450..7afd963bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ which = "8.0.0" whoami = { version = "1.6.0", default-features = false } yaml-rust2 = "0.10.3" -guess_host_triple = "0.1.4" +guess_host_triple = "0.1.5" home = "0.5.11" shell-words = "1.1.0"