From c7b0b6861834d77fedf2f296f4b3accb337d578e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:37:10 +0000 Subject: [PATCH] build(deps): update rust crate home to 0.5.11 (#6437) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96454bef..1fa2c0c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1561,11 +1561,11 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a67ae355..447058c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ whoami = { version = "1.5.2", default-features = false } yaml-rust2 = "0.9.0" guess_host_triple = "0.1.4" -home = "0.5.9" +home = "0.5.11" shell-words = "1.1.0" [dependencies.schemars]