diff --git a/Cargo.lock b/Cargo.lock
index 1aac03e6..8eb1e4f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1075,7 +1075,7 @@ dependencies = [
 
 [[package]]
 name = "fs-lock"
-version = "0.1.2"
+version = "0.1.3"
 dependencies = [
  "fs4",
 ]
diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml
index 3ce73f46..85dfe070 100644
--- a/crates/binstalk-manifests/Cargo.toml
+++ b/crates/binstalk-manifests/Cargo.toml
@@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
 beef = { version = "0.5.2", features = ["impl_serde"] }
 binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
 compact_str = { version = "0.7.0", features = ["serde"] }
-fs-lock = { version = "0.1.2", path = "../fs-lock" }
+fs-lock = { version = "0.1.3", path = "../fs-lock" }
 home = "0.5.9"
 miette = "7.0.0"
 semver = { version = "1.0.17", features = ["serde"] }
diff --git a/crates/fs-lock/Cargo.toml b/crates/fs-lock/Cargo.toml
index 890b0bff..00be6e48 100644
--- a/crates/fs-lock/Cargo.toml
+++ b/crates/fs-lock/Cargo.toml
@@ -3,7 +3,7 @@ name = "fs-lock"
 description = "Locked files that can be used like normal File"
 repository = "https://github.com/cargo-bins/cargo-binstall"
 documentation = "https://docs.rs/fs-lock"
-version = "0.1.2"
+version = "0.1.3"
 rust-version = "1.61.0"
 authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
 edition = "2021"