gz / rust-cpuid

cpuid library in rust.
https://docs.rs/raw-cpuid/
MIT License
150 stars 45 forks source link

Update phf requirement from 0.10 to 0.11 #93

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on phf to permit the latest version.

Release notes

Sourced from phf's releases.

v0.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/rust-phf/rust-phf/compare/v0.10.1...v0.11.0

Changelog

Sourced from phf's changelog.

0.11.0

  • Bump up MSRV to 1.60
  • Crates' edition are now 2021 #257
  • Remove proc-macro-hack dependency #256
  • Now the unicase feature works fine with the macros feature, doesn't need to import phf-macros directly anymore. #251

#251: rust-phf/rust-phf#251 #256: rust-phf/rust-phf#256 #257: rust-phf/rust-phf#257

0.10.1

#240: rust-phf/rust-phf#240 #243: rust-phf/rust-phf#243 #244: rust-phf/rust-phf#244

0.10.0

  • Constify len and is_empty (#224)
  • Implement Clone, Debug, and FusedIterator (#226)

#224: rust-phf/rust-phf#224 #226: rust-phf/rust-phf#226

0.9.1

Yanked except for phf-generator, use 0.10.0 instead.

  • (phf-generator): Pin criterion version to keep MSRV
  • Constify len and is_empty (#224) (yanked)
  • Implement Clone, Debug, and FusedIterator (#226) (yanked)

0.9.0

  • Our MSRV is now 1.41 or 1.46 (because of dependencies)
  • rand dependency has been upgraded to 0.8
  • Fix some crates' build on no_std
  • Restore the unicase feature for phf_macros
  • Allow using the owned String type for phf dynamic code generation
  • Add back OrderedMap and OrderedSet
  • (breaking change) Use PhfBorrow trait instead of std::borrow::Borrow

0.8.0

  • phf_macros now works on stable.
  • :tada: Fixed asymptotic slowdowns when constructing maps over very large datasets (+1M keys)

... (truncated)

Commits
  • c0b9ef9 Merge pull request #258 from JohnTitor/release-0.11.0
  • d2efdc0 Release 0.11.0
  • 36ec885 Merge pull request #257 from JohnTitor/edition-2021
  • b9d25da Make crates edition 2021
  • a85f070 Merge pull request #256 from NZXTCorp/remove-proc-macro-hack
  • caf1ce7 fix: remove now-unnecessary proc-macro-hack crate usage
  • 92e7b43 chore: point to local crates for now
  • a3e04bc Merge pull request #253 from JohnTitor/action-tweaks
  • 22570b8 Merge pull request #252 from JohnTitor/clippy-fixes
  • 25811a5 Use Swatinem/rust-cache
  • Additional commits viewable in compare view


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)