Skip to content

cargo: Update Rust crate hashbrown to 0.16.0

This MR contains the following updates:

Package Type Update Change
hashbrown dependencies minor 0.15.3 -> 0.16.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

rust-lang/hashbrown (hashbrown)

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.

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading