Skip to content

Commit

Permalink
Update hashbrown requirement from 0.12.3 to 0.14.0 in /lib/lineup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent c51c59a commit 973735a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lineup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 973735a

Please sign in to comment.