From 8e0263d1916399a728053cd0de2e23c5f5ecc204 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:25:13 +0000 Subject: [PATCH] build(deps): update rust crate guess_host_triple to 0.1.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7dff8ce83..80819b78d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,9 +1485,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.toml b/Cargo.toml index ed8c7ea3b..31d2752f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ yaml-rust2 = "0.8.1" process_control = { version = "4.2.2", features = ["crossbeam-channel"] } -guess_host_triple = "0.1.3" +guess_host_triple = "0.1.4" home = "0.5.9" shell-words = "1.1.0"