tls-parser
tls-parser copied to clipboard
Update phf requirement from 0.10 to 0.11
Updates the requirements on phf to permit the latest version.
Release notes
Sourced from phf's releases.
v0.11.0
What's Changed
- Implement PhfHash for integral arrays of any size. by
@turbocool3rin rust-phf/rust-phf#247- Fix phf_codegen example by
@fgschin rust-phf/rust-phf#248- Add
Map::new()function andDefaultimplementation to create new, empty map by@msrd0in rust-phf/rust-phf#249- Make "unicase + macros" features work by
@JohnTitorin rust-phf/rust-phf#251- Fix some Clippy warnings by
@JohnTitorin rust-phf/rust-phf#252- Upgrade
actions/checkoutto v3 by@JohnTitorin rust-phf/rust-phf#253- fix: remove now-unnecessary
proc-macro-hackcrate usage by@ErichDonGublerin rust-phf/rust-phf#256- Make crates edition 2021 by
@JohnTitorin rust-phf/rust-phf#257- Release 0.11.0 by
@JohnTitorin rust-phf/rust-phf#258New Contributors
@turbocool3rmade their first contribution in rust-phf/rust-phf#247@fgschmade their first contribution in rust-phf/rust-phf#248@msrd0made their first contribution in rust-phf/rust-phf#249@ErichDonGublermade their first contribution in rust-phf/rust-phf#256Full 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-hackdependency #256- Now the
unicasefeature works fine with themacrosfeature, doesn't need to importphf-macrosdirectly 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
#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
criterionversion to keep MSRV- Constify
lenandis_empty(#224) (yanked)- Implement
Clone,Debug, andFusedIterator(#226) (yanked)0.9.0
- Our MSRV is now 1.41 or 1.46 (because of dependencies)
randdependency has been upgraded to 0.8- Fix some crates' build on
no_std- Restore the
unicasefeature forphf_macros- Allow using the owned
Stringtype forphfdynamic code generation- Add back
OrderedMapandOrderedSet- (breaking change) Use
PhfBorrowtrait instead ofstd::borrow::Borrow0.8.0
phf_macrosnow works on stable.- :tada: Fixed asymptotic slowdowns when constructing maps over very large datasets (+1M keys)
... (truncated)
Commits
c0b9ef9Merge pull request #258 from JohnTitor/release-0.11.0d2efdc0Release 0.11.036ec885Merge pull request #257 from JohnTitor/edition-2021b9d25daMake crates edition 2021a85f070Merge pull request #256 from NZXTCorp/remove-proc-macro-hackcaf1ce7fix: remove now-unnecessaryproc-macro-hackcrate usage92e7b43chore: point to local crates for nowa3e04bcMerge pull request #253 from JohnTitor/action-tweaks22570b8Merge pull request #252 from JohnTitor/clippy-fixes25811a5Use 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)