From 5f274f475ee429ee57c2960e113a8d4bac259d82 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 19 Dec 2025 05:30:30 +0000 Subject: [PATCH] chore(deps): 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 846fb9e1d69..c1468ad340b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,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"