build(deps): update generic-array requirement from 0.14 to 1.4 in /impl/rust/pqf-reader#11
Conversation
Updates the requirements on [generic-array](https://github.com/fizyk20/generic-array) to permit the latest version. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](fizyk20/generic-array@0.14.0...v1.4.1) --- updated-dependencies: - dependency-name: generic-array dependency-version: 1.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Deferred. generic-array 1.4 IS in the build transitively (sha2 0.11 / hkdf 0.13 / sha3 0.12 pull in the hybrid-array crate, the official successor to generic-array, via crypto-common 0.2). The direct generic-array 0.14 dep stays because x25519-dalek 2.0 and aes-gcm 0.10 still hand back GenericArray<U…> values from this version — and 2.x stable releases of those crates have not migrated. The two stacks coexist without friction. Will be resolved as part of the broader x25519-dalek 3.x / aes-gcm 0.11 bump when those leave pre-release. Rationale in pqf-reader/Cargo.toml comment after commit d8b5d3b. Holding open for triage. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updates the requirements on generic-array to permit the latest version.
Changelog
Sourced from generic-array's changelog.
... (truncated)
Commits
82aa258Supersedes/Closes #166, fixes some ZST handling in Boxed GA. Improved alloc t...040797eBump version0d66e86Tweak FallibleGenericSequence, implement for Boxa9b9245Fix docsbf79796Improve FallibleGenericSequence on modern Rust3355395Fix some resource leaks and UB86ecb6eFix #1647b50208Cleanupae115e1Document more features in the github pages build80bab87Feature docsDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)