Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Aug 31, 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 [email protected] --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 `cranelift-codegen v0.117.0 (https://github.com/JonasKruckenberg/wasmtime.git?branch=main#7d0af4f9)`
    ... which satisfies git dependency `cranelift-codegen` (locked to 0.117.0) of package `kernel v0.1.0 (/tmp/renovate/repos/github/JonasKruckenberg/k23/kernel)`

@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch 2 times, most recently from 46dab7c to a2fb76d Compare September 25, 2025 20:57
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch from a2fb76d to aa39ff2 Compare October 9, 2025 20:14
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch from aa39ff2 to b7e5e23 Compare November 20, 2025 17:15
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch from b7e5e23 to e26d599 Compare December 10, 2025 12:59
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch from e26d599 to 3e5e380 Compare December 31, 2025 14:23
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.

1 participant