diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 47fc7066..f42a69d1 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.9.3", path = "../binstalk-types" } compact_str = { version = "0.8.0", features = ["serde"] } -fs-lock = { version = "0.1.7", path = "../fs-lock" } +fs-lock = { version = "0.1.7", path = "../fs-lock", features = ["tracing"] } home = "0.5.9" miette = "7.0.0" semver = { version = "1.0.17", features = ["serde"] }