From d22a574e951993439d122f7fed2afd76413b0363 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 17 Oct 2025 03:29:04 +0000 Subject: [PATCH] Update Rust crate target-spec to 3.5.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55cc259b54e..c59c6dc43dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.15.5", "serde", "serde_core", ] @@ -2153,7 +2153,7 @@ dependencies = [ "futures-core", "futures-sink", "getrandom 0.3.3", - "hashbrown 0.16.0", + "hashbrown 0.15.5", "idna_adapter", "indexmap 2.11.4", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2bfafcf09ee..dfc9ce189f4 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" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index be6643c185f..45c577c3a48 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -24,7 +24,7 @@ clap_builder = { version = "4.5.49", default-features = false, features = ["colo console = { version = "0.16.0" } either = { version = "1.15.0", features = ["use_std"] } getrandom = { version = "0.3.3", default-features = false, features = ["std"] } -hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] } +hashbrown = { version = "0.15.5" } idna_adapter = { version = "1.0.0", default-features = false, features = ["compiled_data"] } indexmap = { version = "2.11.4", features = ["serde"] } log = { version = "0.4.28", default-features = false, features = ["std"] }