Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1bf4ab

Browse files
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

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ get_dir = "0.5.0"
155155
glob = "0.3.2"
156156
goldenfile = "1"
157157
half = { version = "2.7.1", features = ["std", "num-traits"] }
158-
hashbrown = "0.16.1"
158+
hashbrown = "0.17.0"
159159
humansize = "2.1.3"
160160
indicatif = "0.18.0"
161161
insta = "1.43"

0 commit comments

Comments
 (0)