Commit b1bf4ab
authored
Update Rust crate hashbrown to 0.17.0 (vortex-data#7547)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [hashbrown](https://redirect.github.com/rust-lang/hashbrown) |
workspace.dependencies | minor | `0.16.1` → `0.17.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](..vortex-data/issues/357) for more information.
---
### Release Notes
<details>
<summary>rust-lang/hashbrown (hashbrown)</summary>
###
[`v0.17.0`](https://redirect.github.com/rust-lang/hashbrown/blob/HEAD/CHANGELOG.md#0170---2026-04-06)
[Compare
Source](https://redirect.github.com/rust-lang/hashbrown/compare/v0.16.1...v0.17.0)
##### Added
- Added `hash_table::OccupiedEntry::replace_entry_with`
([#&vortex-data#8203;669](https://redirect.github.com/rust-lang/hashbrown/issues/669))
- Added `hash_map::{OccupiedEntry::into_entry,
VacantEntryRef::insert_entry_with_key}`
([#&vortex-data#8203;670](https://redirect.github.com/rust-lang/hashbrown/issues/670))
- Added `hash_table::UnsafeIter`
([#&vortex-data#8203;667](https://redirect.github.com/rust-lang/hashbrown/issues/667))
- Added `iter` methods to various `HashTable` iterators
([#&vortex-data#8203;667](https://redirect.github.com/rust-lang/hashbrown/issues/667))
- Added
`HashMap::{replace_key,replace_key_unchecked,insert_with_key_unchecked}`
([#&vortex-data#8203;681](https://redirect.github.com/rust-lang/hashbrown/issues/681))
- Added `into_map` methods to all `HashMap` entry types
([#&vortex-data#8203;686](https://redirect.github.com/rust-lang/hashbrown/issues/686))
- Added `into_table` methods to all `HashTable` entry types
([#&vortex-data#8203;686](https://redirect.github.com/rust-lang/hashbrown/issues/686))
- Added `#[must_use]` to constructors
([#&vortex-data#8203;697](https://redirect.github.com/rust-lang/hashbrown/issues/697))
- `TryReserveError` now implements `Error`
([#&vortex-data#8203;698](https://redirect.github.com/rust-lang/hashbrown/issues/698))
##### Changed
- Changed `EntryRef` to use `ToOwned`
([#&vortex-data#8203;670](https://redirect.github.com/rust-lang/hashbrown/issues/670))
- Bumped MSRV to 1.85 (2024 edition)
([#&vortex-data#8203;676](https://redirect.github.com/rust-lang/hashbrown/issues/676))
##### Fixed
- `HashTable:clone_from` now forwards to `RawTable::clone_from` instead
of using the default implementation
([#&vortex-data#8203;668](https://redirect.github.com/rust-lang/hashbrown/issues/668))
- Fixed potential UB in `RawTableInner::fallible_with_capacity`
([#&vortex-data#8203;692](https://redirect.github.com/rust-lang/hashbrown/issues/692))
- Fixed incorrect length if a hasher panics during rehash
([#&vortex-data#8203;710](https://redirect.github.com/rust-lang/hashbrown/issues/710))
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`)
- 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/vortex-data/vortex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4c41a02 commit b1bf4ab
2 files changed
Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments