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

Update Rust crate hashbrown to 0.14.3 #153

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
hashbrown dev-dependencies patch 0.14.0 -> 0.14.3

Release Notes

rust-lang/hashbrown (hashbrown)

v0.14.3

Compare Source

Added
  • Specialized fold implementation of iterators. (#​480)
Fixed
  • Avoid using unstable ptr::invalid_mut on nightly. (#​481)

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 - 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate hashbrown to 0.14.1 Update Rust crate hashbrown to 0.14.2 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch from b2dcd76 to 334c47e Compare October 19, 2023 20:54
@renovate renovate bot changed the title Update Rust crate hashbrown to 0.14.2 Update Rust crate hashbrown to 0.14.3 Nov 26, 2023
@renovate renovate bot force-pushed the renovate/hashbrown-0.x branch from 334c47e to 2b2c57f Compare November 26, 2023 10:58
@yegor256 yegor256 closed this Dec 20, 2023
Copy link
Contributor Author

renovate bot commented Dec 20, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.14.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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