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
([#​592](https://redirect.github.com/rust-lang/hashbrown/issues/592),
requires nightly)
##### Changed
- Optimized insertion path by avoiding an unnecessary `match_empty`
([#​607](https://redirect.github.com/rust-lang/hashbrown/issues/607))
- Increased minimum table size for small types
([#​615](https://redirect.github.com/rust-lang/hashbrown/issues/615))
- Dropped FnMut trait bounds from `ExtractIf` data structures
([#​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>`
([#​611](https://redirect.github.com/rust-lang/hashbrown/issues/611))
- Added allocator template argument for `rustc_iter`
([#​605](https://redirect.github.com/rust-lang/hashbrown/issues/605))
- The `allocator-api2/nightly` feature is no longer enabled by
`hashbrown/nightly`
([#​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>