rust-ieee802.15.4 icon indicating copy to clipboard operation
rust-ieee802.15.4 copied to clipboard

Update hash32 requirement from 0.2.1 to 0.3.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Updates the requirements on hash32 to permit the latest version.

Changelog

Sourced from hash32's changelog.

[v0.3.1] - 2022-08-09

Fixed

  • fixed downstream clippy warnings around murmur3::Hasher

[v0.3.0] - 2022-04-29

Changed

  • [breaking-change] Made Hasher a subtrait of core::hash::Hasher, and renamed finish to finish32 to avoid conflicting
  • Relaxed some restrictions on BuildHasherDefault

Removed

  • [breaking-change] Removed Hash in favour of core::hash::Hash
  • [breaking-change] Removed BuildHasher in favour of core::hash::BuildHasher

[v0.2.1] - 2021-04-19

Added

  • implement Clone, PartialEq, Eq for BuildDefaultHasher

[v0.2.0] - 2021-04-19

Changed

  • [breaking-change] const-fn feature has been removed
  • [breaking-change] MSRV policy has been changed to "only latest stable is guaranteed to be supported"

[v0.1.2] - 2019-11-14

Updated

  • Included MSRV in the documentation; also added examples for 2015 and 2018 editions.

[v0.1.1] - 2019-11-14

Added

  • Implementations for tuples

v0.1.0 - 2018-04-23

Initial release

... (truncated)

Commits

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[bot] avatar Aug 10 '22 04:08 dependabot[bot]