Skip to content

Update hashbrown requirement from 0.11.0 to 0.12.2 - #3

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/hashbrown-0.12.2
Closed

Update hashbrown requirement from 0.11.0 to 0.12.2#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/hashbrown-0.12.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2022

Copy link
Copy Markdown

Updates the requirements on hashbrown to permit the latest version.

Changelog

Sourced from hashbrown's changelog.

[v0.12.2] - 2022-07-09

Added

  • Added Entry API for HashSet. (#342)
  • Added Extend<&'a (K, V)> for HashMap<K, V, S, A>. (#340)
  • Added length-based short-circuiting for hash table iteration. (#338) Added a function to access the RawTable of a HashMap. (#335)-

Changed

  • Edited do_alloc to reduce LLVM IR generated. (#341)

[v0.12.1] - 2022-05-02

Fixed

  • Fixed underflow in RawIterRange::size_hint. (#325)
  • Fixed the implementation of Debug for ValuesMut and IntoValues. (#325)

[v0.12.0] - 2022-01-17

Added

  • Added From<[T; N]> and From<[(K, V); N]> for HashSet and HashMap respectively. (#297)
  • Added an allocator() getter to HashMap and HashSet. (#257)
  • Added insert_unique_unchecked to HashMap and HashSet. (#293)
  • Added into_keys and into_values to HashMap. (#295)
  • Implement From<array> on HashSet and HashMap. (#298)
  • Added entry_ref API to HashMap. (#201)

Changed

  • Bumped minimum Rust version to 1.56.1 and edition to 2021.
  • Use u64 for the GroupWord on WebAssembly. (#271)
  • Optimized find. (#279)
  • Made rehashing and resizing less generic to reduce compilation time. (#282)
  • Inlined small functions. (#283)
  • Use BuildHasher::hash_one when feature = "nightly" is enabled. (#292)
  • Relaxed the bounds on Debug for HashSet. (#296)
  • Rename get_each_mut to get_many_mut and align API with the stdlib. (#291)
  • Don't hash the key when searching in an empty table. (#305)

Fixed

  • Guard against allocations exceeding isize::MAX. (#268)
  • Made RawTable::insert_no_grow unsafe. (#254)
  • Inline static_empty. (#280)
  • Fixed trait bounds on Send/Sync impls. (#303)

... (truncated)

Commits
  • a1c3dd0 Version 0.12.2
  • e54c160 Auto merge of #342 - cuviper:set-entry, r=Amanieu
  • af67f7d Add an Entry API for HashSet
  • 0f5798f Auto merge of #343 - dtolnay-contrib:rustversion, r=Amanieu
  • 380055c Allow compiling on 1.56.0
  • decf995 Auto merge of #339 - JustForFun88:update_hashbrown_doc_3, r=Amanieu
  • 620cfc0 Auto merge of #340 - JustForFun88:add_new_extend, r=Amanieu
  • 67e3f87 Auto merge of #341 - JustForFun88:edit_do_alloc, r=Amanieu
  • 9d23b42 Editing do_alloc for reducing LLVM IR
  • bedc992 Run fmt
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.11.0...v0.12.2)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2022

Copy link
Copy Markdown
Author

Superseded by #4.

@dependabot dependabot Bot closed this Jul 18, 2022
@dependabot
dependabot Bot deleted the dependabot/cargo/hashbrown-0.12.2 branch July 18, 2022 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants