Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 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.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 Apr 13, 2026
@renovate renovate bot changed the title Update Rust crate hashbrown to 0.17 chore(deps): update rust crate hashbrown to 0.17 Apr 14, 2026
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.

0 participants