Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate hashbrown to 0.14.2 #710

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
hashbrown dependencies patch 0.14.0 -> 0.14.2

Release Notes

rust-lang/hashbrown (hashbrown)

v0.14.2

Compare Source

Added
  • HashTable type which provides a low-level but safe API with explicit hashing. (#​466)
Fixed
  • Disabled the use of NEON instructions on big-endian ARM. (#​475)
  • Disabled the use of NEON instructions on Miri. (#​476)

v0.14.1

Compare Source

Added
  • Allow serializing HashMaps that use a custom allocator. (#​449)
Changed
  • Use the Equivalent trait from the equivalent crate. (#​442)
  • Slightly improved performance of table resizing. (#​451)
  • Relaxed MSRV to 1.63.0. (#​457)
  • Removed Clone requirement from custom allocators. (#​468)
Fixed
  • Fixed custom allocators being leaked in some situations. (#​439, #​465)

Configuration

📅 Schedule: Branch creation - "every weekend" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch 7 times, most recently from 4b4c823 to 9b9c5d2 Compare October 13, 2023 21:43
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch 6 times, most recently from d4a8624 to edd94a7 Compare October 19, 2023 16:01
@renovate renovate bot changed the title chore(deps): update rust crate hashbrown to 0.14.1 chore(deps): update rust crate hashbrown to 0.14.2 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch 10 times, most recently from 40ad23b to 93f5084 Compare October 23, 2023 11:22
@raftedproc raftedproc self-requested a review October 23, 2023 11:25
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch from b06df32 to 2fa6741 Compare October 23, 2023 11:25
@raftedproc raftedproc merged commit 8bc8119 into master Oct 23, 2023
@raftedproc raftedproc deleted the renovate/hashbrown-0.x branch October 23, 2023 12:00
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