From 973735a383f70072d2df2937d0d65f7bf38f33ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:23:26 +0000 Subject: [PATCH] Update hashbrown requirement from 0.12.3 to 0.14.0 in /lib/lineup Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.12.3...v0.14.0) --- updated-dependencies: - dependency-name: hashbrown 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..9a8823ec7 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.14.0", features = [ "nightly" ] } rawtime = "0.0.10" backtracer_core = "0.0.7" x86 = { version = "0.52", features = ["unstable"] }