Skip to content

Commit 68851ef

Browse files
chore(deps): update hashbrown requirement from 0.16.0 to 0.17.0 (#9691)
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/releases">hashbrown's releases</a>.</em></p> <blockquote> <h2>v0.17.0</h2> <h3>Added</h3> <ul> <li>Added <code>hash_table::OccupiedEntry::replace_entry_with</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/669">#669</a>)</li> <li>Added <code>hash_map::{OccupiedEntry::into_entry, VacantEntryRef::insert_entry_with_key}</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/670">#670</a>)</li> <li>Added <code>hash_table::UnsafeIter</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/667">#667</a>)</li> <li>Added <code>iter</code> methods to various <code>HashTable</code> iterators (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/667">#667</a>)</li> <li>Added <code>HashMap::{replace_key,replace_key_unchecked,insert_with_key_unchecked}</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/681">#681</a>)</li> <li>Added <code>into_map</code> methods to all <code>HashMap</code> entry types (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/686">#686</a>)</li> <li>Added <code>into_table</code> methods to all <code>HashTable</code> entry types (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/686">#686</a>)</li> <li>Added <code>#[must_use]</code> to constructors (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/697">#697</a>)</li> <li><code>TryReserveError</code> now implements <code>Error</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/698">#698</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Changed <code>EntryRef</code> to use <code>ToOwned</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/670">#670</a>)</li> <li>Bumped MSRV to 1.85 (2024 edition) (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/676">#676</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>HashTable:clone_from</code> now forwards to <code>RawTable::clone_from</code> instead of using the default implementation (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/668">#668</a>)</li> <li>Fixed potential UB in <code>RawTableInner::fallible_with_capacity</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/692">#692</a>)</li> <li>Fixed incorrect length if a hasher panics during rehash (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/710">#710</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md">hashbrown's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/hashbrown/compare/v0.16.1...v0.17.0">0.17.0</a> - 2026-04-06</h2> <h3>Added</h3> <ul> <li>Added <code>hash_table::OccupiedEntry::replace_entry_with</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/669">#669</a>)</li> <li>Added <code>hash_map::{OccupiedEntry::into_entry, VacantEntryRef::insert_entry_with_key}</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/670">#670</a>)</li> <li>Added <code>hash_table::UnsafeIter</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/667">#667</a>)</li> <li>Added <code>iter</code> methods to various <code>HashTable</code> iterators (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/667">#667</a>)</li> <li>Added <code>HashMap::{replace_key,replace_key_unchecked,insert_with_key_unchecked}</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/681">#681</a>)</li> <li>Added <code>into_map</code> methods to all <code>HashMap</code> entry types (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/686">#686</a>)</li> <li>Added <code>into_table</code> methods to all <code>HashTable</code> entry types (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/686">#686</a>)</li> <li>Added <code>#[must_use]</code> to constructors (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/697">#697</a>)</li> <li><code>TryReserveError</code> now implements <code>Error</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/698">#698</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Changed <code>EntryRef</code> to use <code>ToOwned</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/670">#670</a>)</li> <li>Bumped MSRV to 1.85 (2024 edition) (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/676">#676</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>HashTable:clone_from</code> now forwards to <code>RawTable::clone_from</code> instead of using the default implementation (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/668">#668</a>)</li> <li>Fixed potential UB in <code>RawTableInner::fallible_with_capacity</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/692">#692</a>)</li> <li>Fixed incorrect length if a hasher panics during rehash (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/710">#710</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/hashbrown/compare/v0.16.0...v0.16.1">0.16.1</a> - 2025-11-20</h2> <h3>Added</h3> <ul> <li>Added <code>HashTable</code> methods related to the raw bucket index (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/657">#657</a>)</li> <li>Added <code>VacantEntryRef::insert_with_key</code> (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/579">#579</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Removed specialization for <code>Copy</code> types (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/662">#662</a>)</li> <li>The <code>get_many_mut</code> family of methods have been renamed to <code>get_disjoint_mut</code> to match the standard library. The old names are still present for now, but deprecated. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/648">#648</a>)</li> <li>Recognize and use over-sized allocations when using custom allocators. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/523">#523</a>)</li> <li>Depend on <code>serde_core</code> instead of <code>serde</code>. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/649">#649</a>)</li> <li>Optimized <code>collect</code> on rayon parallel iterators. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/652">#652</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/hashbrown/compare/v0.15.5...v0.16.0">0.16.0</a> - 2025-08-28</h2> <h3>Changed</h3> <ul> <li>Bump foldhash, the default hasher, to 0.2.0.</li> <li>Replaced <code>DefaultHashBuilder</code> with a newtype wrapper around <code>foldhash</code> instead of re-exporting it directly.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/hashbrown/commit/d290456969d0e89e6799d8a673c95112962b70ec"><code>d290456</code></a> Bump version to 0.17.0</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/d937c631cc8144ca744c3b72c463b189561af37c"><code>d937c63</code></a> Update changelog for version 0.17.0</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/4a6fba6e3b83d40189592d476ebe710b70b34bdd"><code>4a6fba6</code></a> chore: release v0.16.2</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/3b6489a2c174e6625495bbf7e133d27fd443d317"><code>3b6489a</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/710">#710</a> from Amanieu/fix-rehash-unwind</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/375087ffbc700af1675a7e36b35a446a574c93ec"><code>375087f</code></a> Reduce test runtime on Miri</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/b1c4403d573a8fd83ecc2f54c0f1b407f1b86d24"><code>b1c4403</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/709">#709</a> from 0xdeafbeef/benches</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/e54270217f947952320e0f4c410be8e65237131a"><code>e542702</code></a> Merge benches; split bench helpers</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/3d1517f7339df628412fddf72f793436bbaba81d"><code>3d1517f</code></a> Check benches with clippy, don't run ever on CI</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/e82981cca90f4b3b9bd2504be19e6eba385e7e05"><code>e82981c</code></a> chore: move to criterion benches from nightly</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/6cb0eb5c55140e110ca30da1138ca763f6cebc47"><code>6cb0eb5</code></a> Fix incorrect length if a hasher panics during rehash</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/hashbrown/compare/v0.16.0...v0.17.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4778077 commit 68851ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arrow-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ num-complex = { version = "0.4.6", default-features = false, features = ["std"]
4949
num-integer = { version = "0.1.46", default-features = false, features = ["std"] }
5050
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
5151
half = { version = "2.1", default-features = false, features = ["num-traits"] }
52-
hashbrown = { version = "0.16.0", default-features = false }
52+
hashbrown = { version = "0.17.0", default-features = false }
5353

5454
[package.metadata.docs.rs]
5555
all-features = true

parquet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ serde_json = { version = "1.0", default-features = false, features = ["std"], op
7070
seq-macro = { version = "0.3", default-features = false }
7171
futures = { version = "0.3", default-features = false, features = ["std"], optional = true }
7272
tokio = { version = "1.0", optional = true, default-features = false, features = ["macros", "rt", "io-util"] }
73-
hashbrown = { version = "0.16", default-features = false }
73+
hashbrown = { version = "0.17", default-features = false }
7474
twox-hash = { version = "2.0", default-features = false, features = ["xxhash64"] }
7575
paste = { version = "1.0" }
7676
half = { version = "2.1", default-features = false, features = ["num-traits"] }

0 commit comments

Comments
 (0)