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.11.2 to 0.12.1 in /consensus/enclave/trusted #1914

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2022

Bumps hashbrown from 0.11.2 to 0.12.1.

Changelog

Sourced from hashbrown's changelog.

[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)
Commits
  • fe06a93 Version 0.12.1
  • fcca2d6 Auto merge of #321 - JustForFun88:JustForFun88-patch-1, r=Amanieu
  • 5e3df22 Update map.rs
  • aac453f Auto merge of #323 - dtolnay-contrib:checkoutv3, r=Amanieu
  • a41bd76 Auto merge of #325 - Amanieu:fix_size_hint, r=Amanieu
  • cf1602a Fix underflow in RawIterRange::size_hint
  • 79ce3d4 Update GitHub Actions actions/checkout@v2 to v3
  • fb7e3b1 Correct the implementation of Debug for ValuesMut and IntoValues structures
  • 21bfd9a Auto merge of #314 - RalfJung:miri, r=Amanieu
  • 8ac6721 Auto merge of #317 - Amanieu:no_pedantic, r=Amanieu
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2022
@dependabot dependabot bot requested a review from a team May 3, 2022 21:26
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.11.2 to 0.12.1.
- [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.2...v0.12.1)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/consensus/enclave/trusted/hashbrown-0.12.1 branch from 58e7af0 to 7d68ab7 Compare May 4, 2022 01:52
@nick-mobilecoin
Copy link
Collaborator

Should go away with #1915

@remoun remoun removed the request for review from a team May 9, 2022 19:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2022

Looks like hashbrown is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2022
@dependabot dependabot bot deleted the dependabot/cargo/consensus/enclave/trusted/hashbrown-0.12.1 branch May 13, 2022 19:24
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
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant