From 9a7f4d630a0ea37a65175f8e330839d82823a42a Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Thu, 14 Nov 2024 19:41:37 -0800 Subject: [PATCH] third-party/rust: update anymap to unreleased 1.0 beta Summary: Resolve CVE-2021-38187 Package seems dead and we should migrate away from it, but I don't know if there's any better alternatives. Reviewed By: dtolnay Differential Revision: D65902218 fbshipit-source-id: 19c71e1d48b4e7ac73fb29b767f9f2e7621f9de9 --- third-party/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/rust/Cargo.toml b/third-party/rust/Cargo.toml index 7f9c99c..b43b5e4 100644 --- a/third-party/rust/Cargo.toml +++ b/third-party/rust/Cargo.toml @@ -34,7 +34,7 @@ watchman_client = "0.8.0" annotate-snippets = { version = "0.9.0", features = ["color"] } anyhow = "1.0.65" -anymap = "0.12.1" +anymap = "1.0.0-beta.2" arc-swap = "1.6.0" argfile = "0.1.0" assert_matches = "1.5"