Skip to content

Commit 90521e8

Browse files
chore(deps): bump hashbrown from 0.16.1 to 0.17.0 (#21611)
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.16.1 to 0.17.0. <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> </blockquote> </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.1...v0.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashbrown&package-manager=cargo&previous-version=0.16.1&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 9dab336 commit 90521e8

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 5 deletions
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
@@ -160,7 +160,7 @@ flate2 = "1.1.9"
160160
futures = "0.3"
161161
glob = "0.3.0"
162162
half = { version = "2.7.0", default-features = false }
163-
hashbrown = { version = "0.16.1" }
163+
hashbrown = { version = "0.17.0" }
164164
hex = { version = "0.4.3" }
165165
indexmap = "2.13.1"
166166
insta = { version = "1.47.2", features = ["glob", "filters"] }

0 commit comments

Comments
 (0)