Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps hashbrown from 0.12.1 to 0.12.2.

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)
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 compatibility score

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)

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.12.1 to 0.12.2.
- [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.12.1...v0.12.2)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 11, 2022 09:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 11, 2022
@kleimkuhler kleimkuhler merged commit 6d275c5 into main Jul 11, 2022
@kleimkuhler kleimkuhler deleted the dependabot/cargo/hashbrown-0.12.2 branch July 11, 2022 15:59
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants