Skip to content

chore(deps): Update Rust crate hashbrown to 0.16 - autoclosed#78

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hashbrown-0.x
Closed

chore(deps): Update Rust crate hashbrown to 0.16 - autoclosed#78
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hashbrown-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Type Update Change
hashbrown workspace.dependencies minor 0.150.16

Release Notes

rust-lang/hashbrown (hashbrown)

v0.16.1

Compare Source

Added
  • Added HashTable methods related to the raw bucket index (#​657)
  • Added VacantEntryRef::insert_with_key (#​579)
Changed
  • Removed specialization for Copy types (#​662)
  • The get_many_mut family of methods have been renamed to get_disjoint_mut
    to match the standard library. The old names are still present for now, but
    deprecated. (#​648)
  • Recognize and use over-sized allocations when using custom allocators. (#​523)
  • Depend on serde_core instead of serde. (#​649)
  • Optimized collect on rayon parallel iterators. (#​652)

v0.16.0

Compare Source

Changed
  • Bump foldhash, the default hasher, to 0.2.0.
  • Replaced DefaultHashBuilder with a newtype wrapper around foldhash instead
    of re-exporting it directly.

v0.15.5

Compare Source

Added
  • Added Entry::or_default_entry and Entry::or_insert_entry.
Changed
  • Re-implemented likely/unlikely with #[cold]

v0.15.4

Compare Source

Changed
  • Removed optional dependency on compiler-builtins. This only affects building as part of std.

v0.15.3

Added
  • SIMD implementation for LoongArch (#​592, requires nightly)
Changed
  • Optimized insertion path by avoiding an unnecessary match_empty (#​607)
  • Increased minimum table size for small types (#​615)
  • Dropped FnMut trait bounds from ExtractIf data structures (#​616)
  • Relaxed constraint in hash_map::EntryRef insertion methods K: From<&Q> to &Q: Into<K> (#​611)
  • Added allocator template argument for rustc_iter (#​605)
  • The allocator-api2/nightly feature is no longer enabled by hashbrown/nightly (#​606)

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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
Copy link
Contributor Author

renovate bot commented Nov 1, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package hashbrown@0.15.2 --precise 0.16.1
    Updating crates.io index
error: failed to select a version for the requirement `hashbrown = "^0.15"`
candidate versions found which didn't match: 0.16.1
location searched: crates.io index
required by package `hashlink v0.10.0`
    ... which satisfies dependency `hashlink = "^0.10"` (locked to 0.10.0) of package `saphyr v0.0.6 (/tmp/renovate/repos/github/saphyr-rs/saphyr/saphyr)`
    ... which satisfies path dependency `saphyr` (locked to 0.0.6) of package `saphyr-parser v0.0.6 (/tmp/renovate/repos/github/saphyr-rs/saphyr/parser)`

@renovate renovate bot changed the title chore(deps): Update Rust crate hashbrown to 0.16 chore(deps): Update Rust crate hashbrown to 0.16 - autoclosed Jan 7, 2026
@renovate renovate bot closed this Jan 7, 2026
@renovate renovate bot deleted the renovate/hashbrown-0.x branch January 7, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants