Skip to content

Update Rust crate hashbrown to 0.17.0#7547

Merged
renovate[bot] merged 1 commit intodevelopfrom
renovate/hashbrown-0.x
Apr 20, 2026
Merged

Update Rust crate hashbrown to 0.17.0#7547
renovate[bot] merged 1 commit intodevelopfrom
renovate/hashbrown-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 20, 2026

This PR contains the following updates:

Package Type Update Change
hashbrown workspace.dependencies minor 0.16.10.17.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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


  • 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 changelog/chore A trivial change label Apr 20, 2026
@renovate renovate bot enabled auto-merge (squash) April 20, 2026 03:52
@renovate renovate bot added the changelog/chore A trivial change label Apr 20, 2026
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 20, 2026

Merging this PR will degrade performance by 21.65%

❌ 2 regressed benchmarks
✅ 1161 untouched benchmarks
⏩ 1457 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation varbinview_zip_block_mask 2.9 ms 3.7 ms -21.65%
Simulation varbinview_zip_fragmented_mask 6.4 ms 7.1 ms -10.51%

Comparing renovate/hashbrown-0.x (d40569a) with develop (24fcc56)

Open in CodSpeed

Footnotes

  1. 1457 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate bot merged commit b1bf4ab into develop Apr 20, 2026
69 of 74 checks passed
@renovate renovate bot deleted the renovate/hashbrown-0.x branch April 20, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants