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.4 to 0.9.0 #952

Closed
wants to merge 1 commit into 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

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.4...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

The following labels could not be found: auto-dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #1018.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/cargo/main/hashlink-0.9.0 branch May 13, 2024 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants