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 hashlink requirement from 0.8 to 0.9 #253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2024

Updates the requirements on hashlink to permit the latest version.

Release notes

Sourced from hashlink's releases.

v0.9.0

API incompatible change: Don't panic in reserve and try_reserve in cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you @​cuviper)

Changelog

Sourced from hashlink's changelog.

[0.9.0]

  • API incompatible change: Don't panic in reserve and try_reserve in cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you @​cuviper)

[0.8.4]

  • Now builds with #![no_std].

[0.8.3]

  • bump hashbrown to 0.14

[0.8.2]

  • bump hashbrown to 0.13

[0.8.1]

  • Add retain_with_order methods, equivalent to retain but which iterate through the map in the proper linked list order

[0.8.0]

  • API incompatible change: No longer re-export hashbrown types so that bumping hashbrown is no longer an API compatible change.
  • bump hashbrown to 0.12
  • Fix implementation of shrink_to_fit to not panic when called on non-empty containers.

[0.7.0]

  • API incompatible change: depend on hashbrown 0.11, changes re-exported types.
  • Fix LinkedHashSet::back to take &self not &mut self.
  • API incompatible change: equality tests on LinkedHashSet are now ordered, similar to LinkedHashMap.
  • Make the serde Deserialize implementations on LinkedHashMap and LinkedHashSet generic on the BuildHasher type.
  • Add to_back and to_front methods for LinkedHashMap to control entry order.

[0.6.0]

  • API incompatible change: depend on hashbrown 0.9, re-export renamed hashbrown::TryReserveError type.
  • Add a Debug impl to LruCache (thanks @​thomcc!)
  • Adjust trait bounds for LinkedHashMap::retain, LinkedHashSet::default to be less strict (to match hashbrown)
  • Adjust trait bounds for all Debug impls to be less strict (to match hashbrown).
  • Adjust trait bounds for all IntoIterator impls to be less strict (to match hashbrown).
  • Adjust trait bounds for LruCache::with_hasher, LruCache::capacity, LruCache::len, LruCache::is_empty, LruCache::clear, LruCache::iter, LruCache::iter_mut, and LruCache::drain to be less strict
  • Add optional serde support for LinkedHashMap and LinkedHashSet.

... (truncated)

Commits
  • 68e9d11 prepare for 0.9.0 release
  • 634a63c Make some Clone impls defer to Copy
  • db2d230 Merge pull request #21 from cuviper/hash-table
  • df848f8 Convert to hashbrown::HashTable
  • d415cbe prepare for 0.8.4 release
  • 736642f rename default_features -> default-features
  • 0858a0a no_std compatible serde support
  • 6a5ba40 Merge pull request #17 from leesum1/no_std
  • 8b77a0a Add no_std Support
  • 9cd8c09 swap repo location away from triplehex, since it's not really game related at...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [hashlink](https://github.com/kyren/hashlink) to permit the latest version.
- [Release notes](https://github.com/kyren/hashlink/releases)
- [Changelog](https://github.com/kyren/hashlink/blob/master/CHANGELOG.md)
- [Commits](kyren/hashlink@v0.8.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the auto-dependencies auto-dependencies label Jan 9, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9af377a) 60.33% compared to head (f5ac09c) 60.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
- Coverage   60.33%   60.25%   -0.08%     
==========================================
  Files          36       36              
  Lines        2115     2116       +1     
==========================================
- Hits         1276     1275       -1     
- Misses        839      841       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-dependencies auto-dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant