tls-parser
tls-parser copied to clipboard
Update phf_codegen requirement from 0.10 to 0.11
Updates the requirements on phf_codegen to permit the latest version.
Release notes
Sourced from phf_codegen's releases.
v0.11.0
What's Changed
- Implement PhfHash for integral arrays of any size. by
@turbocool3r
in rust-phf/rust-phf#247- Fix phf_codegen example by
@fgsch
in rust-phf/rust-phf#248- Add
Map::new()
function andDefault
implementation to create new, empty map by@msrd0
in rust-phf/rust-phf#249- Make "unicase + macros" features work by
@JohnTitor
in rust-phf/rust-phf#251- Fix some Clippy warnings by
@JohnTitor
in rust-phf/rust-phf#252- Upgrade
actions/checkout
to v3 by@JohnTitor
in rust-phf/rust-phf#253- fix: remove now-unnecessary
proc-macro-hack
crate usage by@ErichDonGubler
in rust-phf/rust-phf#256- Make crates edition 2021 by
@JohnTitor
in rust-phf/rust-phf#257- Release 0.11.0 by
@JohnTitor
in rust-phf/rust-phf#258New Contributors
@turbocool3r
made their first contribution in rust-phf/rust-phf#247@fgsch
made their first contribution in rust-phf/rust-phf#248@msrd0
made their first contribution in rust-phf/rust-phf#249@ErichDonGubler
made 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_codegen'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 themacros
feature, doesn't need to importphf-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
#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
andis_empty
(#224) (yanked)- Implement
Clone
,Debug
, andFusedIterator
(#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 forphf_macros
- Allow using the owned
String
type forphf
dynamic code generation- Add back
OrderedMap
andOrderedSet
- (breaking change) Use
PhfBorrow
trait instead ofstd::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.0d2efdc0
Release 0.11.036ec885
Merge pull request #257 from JohnTitor/edition-2021b9d25da
Make crates edition 2021a85f070
Merge pull request #256 from NZXTCorp/remove-proc-macro-hackcaf1ce7
fix: remove now-unnecessaryproc-macro-hack
crate usage92e7b43
chore: point to local crates for nowa3e04bc
Merge pull request #253 from JohnTitor/action-tweaks22570b8
Merge pull request #252 from JohnTitor/clippy-fixes25811a5
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)