diff --git a/Cargo.lock b/Cargo.lock index 96454bef0b0e..1fa2c0c0cbf6 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 a67ae3553565..447058c9a222 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]