From a28640c1962e09f0a451a4930962a7917abba2f6 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Mon, 23 Dec 2024 05:17:39 +0000 Subject: [PATCH] chore(deps): update rust crate target-spec to 3.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60d06885f42..2af4f72f1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ supports-color = "3.0.2" supports-unicode = "3.0.0" swrite = "0.1.0" tar = "0.4.43" -target-spec = { version = "3.2.2", features = ["custom", "summaries"] } +target-spec = { version = "3.3.0", features = ["custom", "summaries"] } target-spec-miette = "0.4.1" test-case = "3.3.1" test-strategy = "0.4.0"