From 8e08034b5382d6f55cded2c979f578bfb37620c5 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Tue, 27 Aug 2024 15:20:02 -0700 Subject: [PATCH] Update the Cargo.toml Summary: As I upgraded derive-more, I should have updated the Cargo.toml. Reviewed By: dtolnay Differential Revision: D61874801 fbshipit-source-id: 4c1cece70d3f1bb1f265a73d4182ed18d918dad2 --- shim/third-party/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim/third-party/rust/Cargo.toml b/shim/third-party/rust/Cargo.toml index 01d5295276..828f66d049 100644 --- a/shim/third-party/rust/Cargo.toml +++ b/shim/third-party/rust/Cargo.toml @@ -65,7 +65,7 @@ ctor = "0.1.16" dashmap = "5.5.3" debugserver-types = "0.5.0" derivative = "2.2" -derive_more = "0.99.3" +derive_more = { version = "1.0.0", features = ["full"] } digest = "0.10" dirs = "3.0.1" dunce = "1.0.2"