Skip to content

Commit 98c4306

Browse files
chore(deps): update rust crate hashbrown to v0.15.3 (#3185)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hashbrown](https://redirect.github.com/rust-lang/hashbrown) | workspace.dependencies | patch | `0.15.2` -> `0.15.3` | --- ### Release Notes <details> <summary>rust-lang/hashbrown (hashbrown)</summary> ### [`v0.15.3`](https://redirect.github.com/rust-lang/hashbrown/blob/HEAD/CHANGELOG.md#0153---2025-04-29) ##### Added - SIMD implementation for LoongArch ([#&#8203;592](https://redirect.github.com/rust-lang/hashbrown/issues/592), requires nightly) ##### Changed - Optimized insertion path by avoiding an unnecessary `match_empty` ([#&#8203;607](https://redirect.github.com/rust-lang/hashbrown/issues/607)) - Increased minimum table size for small types ([#&#8203;615](https://redirect.github.com/rust-lang/hashbrown/issues/615)) - Dropped FnMut trait bounds from `ExtractIf` data structures ([#&#8203;616](https://redirect.github.com/rust-lang/hashbrown/issues/616)) - Relaxed constraint in `hash_map::EntryRef` insertion methods `K: From<&Q>` to \&Q: `Into<K>` ([#&#8203;611](https://redirect.github.com/rust-lang/hashbrown/issues/611)) - Added allocator template argument for `rustc_iter` ([#&#8203;605](https://redirect.github.com/rust-lang/hashbrown/issues/605)) - The `allocator-api2/nightly` feature is no longer enabled by `hashbrown/nightly` ([#&#8203;606](https://redirect.github.com/rust-lang/hashbrown/issues/606)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73ea6d7 commit 98c4306

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)