node-replicated-kernel
node-replicated-kernel copied to clipboard
Update hashbrown requirement from 0.11.2 to 0.12.3 in /lib/vibrio
Updates the requirements on hashbrown to permit the latest version.
Changelog
Sourced from hashbrown's changelog.
[v0.12.3] - 2022-07-17
Fixed
- Fixed double-drop in
RawTable::clone_from. (#348)[v0.12.2] - 2022-07-09
Added
- Added
EntryAPI forHashSet. (#342)- Added
Extend<&'a (K, V)> for HashMap<K, V, S, A>. (#340)- Added length-based short-circuiting for hash table iteration. (#338)
- Added a function to access the
RawTableof aHashMap. (#335)Changed
- Edited
do_allocto reduce LLVM IR generated. (#341)[v0.12.1] - 2022-05-02
Fixed
- Fixed underflow in
RawIterRange::size_hint. (#325)- Fixed the implementation of
DebugforValuesMutandIntoValues. (#325)[v0.12.0] - 2022-01-17
Added
- Added
From<[T; N]>andFrom<[(K, V); N]>forHashSetandHashMaprespectively. (#297)- Added an
allocator()getter to HashMap and HashSet. (#257)- Added
insert_unique_uncheckedtoHashMapandHashSet. (#293)- Added
into_keysandinto_valuesto HashMap. (#295)- Implement
From<array>onHashSetandHashMap. (#298)- Added
entry_refAPI toHashMap. (#201)Changed
- Bumped minimum Rust version to 1.56.1 and edition to 2021.
- Use u64 for the GroupWord on WebAssembly. (#271)
- Optimized
find. (#279)- Made rehashing and resizing less generic to reduce compilation time. (#282)
- Inlined small functions. (#283)
- Use
BuildHasher::hash_onewhenfeature = "nightly"is enabled. (#292)- Relaxed the bounds on
DebugforHashSet. (#296)- Rename
get_each_muttoget_many_mutand align API with the stdlib. (#291)- Don't hash the key when searching in an empty table. (#305)
Fixed
... (truncated)
Commits
1d2c1a8Version 0.12.3bd5ed60Auto merge of #348 - Amanieu:clone_from_panic_in_drop, r=Amanieu83a2a98Fix double-drop in RawTable::clone_from0ea54deAuto merge of #347 - Amanieu:fix_ci_cross, r=Amanieu2242f9fBump version tested on CI to 1.58.11ada3a7Merge pull request #346 from rust-lang/cuviper-patch-15afe06cFix a misplaced bullet in CHANGELOG.mda1c3dd0Version 0.12.2e54c160Auto merge of #342 - cuviper:set-entry, r=Amanieuaf67f7dAdd an Entry API for HashSet- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)