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

Bump hashbrown from 0.12.1 to 0.12.3 #81

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashbrown from 0.12.1 to 0.12.3.

Changelog

Sourced from hashbrown's changelog.

[v0.12.3] - 2022-07-17

Fixed

  • Fixed double-drop in RawTable::clone_from. (#348)

[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
  • 1d2c1a8 Version 0.12.3
  • bd5ed60 Auto merge of #348 - Amanieu:clone_from_panic_in_drop, r=Amanieu
  • 83a2a98 Fix double-drop in RawTable::clone_from
  • 0ea54de Auto merge of #347 - Amanieu:fix_ci_cross, r=Amanieu
  • 2242f9f Bump version tested on CI to 1.58.1
  • 1ada3a7 Merge pull request #346 from rust-lang/cuviper-patch-1
  • 5afe06c Fix a misplaced bullet in CHANGELOG.md
  • a1c3dd0 Version 0.12.2
  • e54c160 Auto merge of #342 - cuviper:set-entry, r=Amanieu
  • af67f7d Add an Entry API for HashSet
  • 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.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 18, 2022
@olix0r olix0r merged commit 3f8bec9 into main Jul 18, 2022
@olix0r olix0r deleted the dependabot/cargo/hashbrown-0.12.3 branch July 18, 2022 19:00
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.

1 participant