uv
52c2ee66 - Update Rust crate hashbrown to v0.15.3 (#13294)

Commit
230 days ago
Update Rust crate hashbrown to v0.15.3 (#13294) 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 - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Author
Parents
Loading