From 636742ccc9edf7bb3266e4bc999182d7d8513f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:29 +0000 Subject: [PATCH] Update hashbrown requirement from 0.12.3 to 0.15.4 in /lib/lineup Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.12.3...v0.15.4) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/lineup/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lineup/Cargo.toml b/lib/lineup/Cargo.toml index c6e0f6d87..fdf7f2fbd 100644 --- a/lib/lineup/Cargo.toml +++ b/lib/lineup/Cargo.toml @@ -11,7 +11,7 @@ crossbeam-utils = { version = "0.8", default-features = false } crossbeam-queue = { version = "0.3", default-features = false, features = ["alloc"] } either = { version = "1.5", default-features = false } fringe = { git = "https://github.com/gz/libfringe.git", default-features = false, features = ["alloc"], branch = "new-asm-syntax" } -hashbrown = { version = "0.12.3", features = [ "nightly" ] } +hashbrown = { version = "0.15.4", features = [ "nightly" ] } rawtime = "0.0.10" backtracer_core = "0.0.7" x86 = { version = "0.52", features = ["unstable"] }