From 23835f14c5f0ffd58e25a64933947edc55a5ebed Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 8 Jul 2023 14:36:37 -0700 Subject: [PATCH] Updates of dtolnay crate-o-matic universe Reviewed By: zertosh Differential Revision: D47316925 fbshipit-source-id: d6d374466693cff397a0358bb38c790575998a21 --- watchman/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchman/cli/Cargo.toml b/watchman/cli/Cargo.toml index fd1e29be833a..217fc78cb55d 100644 --- a/watchman/cli/Cargo.toml +++ b/watchman/cli/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ahash = "0.8" -anyhow = "1.0.65" +anyhow = "1.0.71" duct = "0.13.6" jwalk = "0.6" serde = { version = "1.0.167", features = ["derive", "rc"] }