diff --git a/Cargo.lock b/Cargo.lock
index 72b49ace..b74adae0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -959,11 +959,11 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
 
 [[package]]
 name = "home"
-version = "0.5.4"
+version = "0.5.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
+checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
 dependencies = [
- "winapi",
+ "windows-sys 0.48.0",
 ]
 
 [[package]]
diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml
index 1771e078..1453bbc7 100644
--- a/crates/binstalk-manifests/Cargo.toml
+++ b/crates/binstalk-manifests/Cargo.toml
@@ -14,7 +14,7 @@ beef = { version = "0.5.2", features = ["impl_serde"] }
 binstalk-types = { version = "0.3.0", path = "../binstalk-types" }
 compact_str = { version = "0.7.0", features = ["serde"] }
 fs-lock = { version = "0.1.0", path = "../fs-lock" }
-home = "0.5.4"
+home = "0.5.5"
 miette = "5.8.0"
 semver = { version = "1.0.17", features = ["serde"] }
 serde = { version = "1.0.160", features = ["derive"] }
diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml
index 8f9cf707..714c2d79 100644
--- a/crates/binstalk/Cargo.toml
+++ b/crates/binstalk/Cargo.toml
@@ -18,7 +18,7 @@ command-group = { version = "2.1.0", features = ["with-tokio"] }
 compact_str = { version = "0.7.0", features = ["serde"] }
 detect-targets = { version = "0.1.7", path = "../detect-targets" }
 either = "1.8.1"
-home = "0.5.4"
+home = "0.5.5"
 itertools = "0.10.5"
 jobslot = { version = "0.2.11", features = ["tokio"] }
 leon = { version = "1.0.0", path = "../leon" }