Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit fa0872d

Browse files
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](rust-lang/hashbrown@v0.12.3...v0.14.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d7ca04 commit fa0872d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lineup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crossbeam-utils = { version = "0.8", default-features = false }
1111
crossbeam-queue = { version = "0.3", default-features = false, features = ["alloc"] }
1212
either = { version = "1.5", default-features = false }
1313
fringe = { git = "https://github.com/gz/libfringe.git", default-features = false, features = ["alloc"], branch = "new-asm-syntax" }
14-
hashbrown = { version = "0.12.3", features = [ "nightly" ] }
14+
hashbrown = { version = "0.14.0", features = [ "nightly" ] }
1515
rawtime = "0.0.10"
1616
backtracer_core = "0.0.7"
1717
x86 = { version = "0.52", features = ["unstable"] }

0 commit comments

Comments
 (0)