diff --git a/watchman/cli/Cargo.toml b/watchman/cli/Cargo.toml index 9c9da13df648..91e3a8b9e6db 100644 --- a/watchman/cli/Cargo.toml +++ b/watchman/cli/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" [dependencies] ahash = "0.8" -anyhow = "1.0.75" +anyhow = "1.0.86" duct = "0.13.6" jwalk = "0.6" serde = { version = "1.0.185", features = ["derive", "rc"] }