gz / rust-x86

Rust library to use x86 (amd64) specific functionality and registers.
https://docs.rs/x86
MIT License
309 stars 60 forks source link

Update phf_codegen requirement from 0.9.0 to 0.11.1 #144

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Updates the requirements on phf_codegen to permit the latest version.

Release notes

Sourced from phf_codegen's releases.

phf_codegen v0.11.1

Other

  • add example using byte strings

Commit Statistics

  • 100 commits contributed to the release over the course of 2723 calendar days.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

  • Uncategorized
    • Replace handmade changelog with generated one by cargo-smart-release (cb84cf6)
    • Add category to crates (32a72c3)
    • Update repository links on Cargo.toml (1af3b0f)
    • Release 0.11.0 (d2efdc0)
    • Make crates edition 2021 (b9d25da)
    • Merge pull request #253 from JohnTitor/action-tweaks (a3e04bc)
    • Fix some Clippy warnings (71fd47c)
    • Make "unicase + macros" features work (11bb242)
    • Prepare 0.10.1 release (4cc8344)
    • Extract phf_macros tests as a separated crate (8cf694d)
    • Refine doc comments (d8cfc43)
    • Fix CI failure (d9b5ff2)
    • Prepare for release 0.10.0 (588ac25)
    • Prepare for v0.9.1 (9b71978)
    • remove Slice type and fix some docs (99d3533)
    • Minor cleanups (8868d08)
    • Prepare 0.9.0 release (2ca46c4)
    • Cleanup cargo metadata (a9e4b0a)
    • Run rustfmt (dd86c6c)
    • Fix some clippy warnings (9adc370)
    • Cleanup docs (ddecc3a)
    • Add support for uncased (2a6087f)
    • replace uses of std::borrow::Borrow with new PhfBorrow trait (b2f3a9c)
    • Add back ordered_map, ordered_set (0ab0108)
    • Use [patch.crates-io] section instead of path key (f47515b)
    • Release v0.8.0 (4060288)
    • Merge pull request #172 from kornelski/patch-1 (eee56c0)
    • remove ordered_map, ordered_set, phf_builder (8ae2bb8)
    • Merge pull request #166 from abonander/158-trybuild (50c6c75)
    • fix intra-module links (774c527)
    • remove links to phf types since that crate is not linked (e7830f9)
    • add example using byte strings (f04e8de)

... (truncated)

Commits
  • 3897b21 Release phf_shared v0.11.1, phf_generator v0.11.1, phf_macros v0.11.1, phf v0...
  • 3c6af3f Merge pull request #265 from rust-phf/unpin-criterion
  • 27a2ce4 phf_generator: Unpin the criterion dependency
  • 97f997d Merge pull request #264 from rust-phf/tweak-changelog
  • cb84cf6 Replace handmade changelog with generated one by cargo-smart-release
  • d441940 Merge pull request #263 from lopopolo/lopopolo/rand-no-default-features
  • deefda1 Disable default features for rand dep in phf_generator
  • 1407ebe Merge pull request #260 from JohnTitor/fix-repo-link
  • 488b163 Fix a typo
  • e0b34fa Add README.md for some crates
  • 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.