From b344497f4aecb4c825c0472e3a136eb093c0df6a Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 27 Nov 2025 06:57:27 +0000 Subject: [PATCH] Update Rust crate target-spec to 3.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 956c7c0b710..a4ec654c015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ supports-color = "3.0.2" supports-unicode = "3.0.0" swrite = "0.1.0" tar = "0.4.44" -target-spec = { version = "3.4.2", features = ["custom", "summaries"] } +target-spec = { version = "3.5.4", features = ["custom", "summaries"] } target-spec-miette = "0.4.5" test-case = "3.3.1" test-strategy = "0.4.3"