Skip to content

chore(deps): update rust crate hashbrown to 0.17#9583

Open
renovate[bot] wants to merge 1 commit into
trunkfrom
renovate/hashbrown-0.x
Open

chore(deps): update rust crate hashbrown to 0.17#9583
renovate[bot] wants to merge 1 commit into
trunkfrom
renovate/hashbrown-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 25, 2026

This PR contains the following updates:

Package Type Update Change
hashbrown workspace.dependencies minor 0.160.17

Release Notes

rust-lang/hashbrown (hashbrown)

v0.17.1

Compare Source

Added
  • Added HashMap::rustc_try_insert (#​722)

v0.17.0

Compare Source

Added
  • Added hash_table::OccupiedEntry::replace_entry_with (#​669)
  • Added hash_map::{OccupiedEntry::into_entry, VacantEntryRef::insert_entry_with_key} (#​670)
  • Added hash_table::UnsafeIter (#​667)
  • Added iter methods to various HashTable iterators (#​667)
  • Added HashMap::{replace_key,replace_key_unchecked,insert_with_key_unchecked} (#​681)
  • Added into_map methods to all HashMap entry types (#​686)
  • Added into_table methods to all HashTable entry types (#​686)
  • Added #[must_use] to constructors (#​697)
  • TryReserveError now implements Error (#​698)
Changed
  • Changed EntryRef to use ToOwned (#​670)
  • Bumped MSRV to 1.85 (2024 edition) (#​676)
Fixed
  • HashTable:clone_from now forwards to RawTable::clone_from instead of using the default implementation (#​668)
  • Fixed potential UB in RawTableInner::fallible_with_capacity (#​692)
  • Fixed incorrect length if a hasher panics during rehash (#​710)

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: 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 25, 2026
@ErichDonGubler
Copy link
Copy Markdown
Member

In addition to Firefox bug 2041714, this PR is blocked on determining what migration to hashbrown 0.17 would look like in Mozilla downstream. I suspect it will be very little, but haven't confirmed this yet. I'm not sure I can commit to doing that investigation myself. 😅

@ErichDonGubler
Copy link
Copy Markdown
Member

Resolves #9563, BTW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant