diff --git a/watchman/cli/Cargo.toml b/watchman/cli/Cargo.toml index 2a082a408f58..19a6d4c815a1 100644 --- a/watchman/cli/Cargo.toml +++ b/watchman/cli/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ahash = "0.8" -anyhow = "1.0.71" +anyhow = "=1.0.72" duct = "0.13.6" jwalk = "0.6" serde = { version = "1.0.185", features = ["derive", "rc"] }