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
Changed
- Bump foldhash, the default hasher, to 0.2.0.
- Replaced
DefaultHashBuilderwith a newtype wrapper aroundfoldhashinstead of re-exporting it directly.
v0.15.5
Added
- Added
Entry::or_default_entryandEntry::or_insert_entry.
Changed
- Re-implemented likely/unlikely with
#[cold]
v0.15.4
Changed
- Removed optional dependency on compiler-builtins. This only affects building as part of
std.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.