ci: ignore aes 0.9+ in dependabot (fpe pins aes 0.8)#8
Merged
Conversation
FF1 FPE runs through `fpe` (latest 0.6.1), which still requires aes ^0.8 / cipher ^0.4. A direct aes 0.9 bump forces two incompatible aes/cipher majors and won't compile, so dependabot's aes 0.9 PR (#6) is unmergeable. Hold aes on 0.8.x until fpe moves to cipher 0.5. No security driver (aes 0.8 has no advisory; 0.8->0.9 is trait-API churn). Patches within 0.8.x still flow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stops dependabot re-opening the unmergeable aes 0.9 PR.
fpe(latest 0.6.1) still pins aes ^0.8 / cipher ^0.4, so a direct aes 0.9 bump pulls two incompatible aes/cipher majors into the tree and fails to compile. Hold aes on 0.8.x (patches still allowed) until fpe releases against cipher 0.5, then bump fpe+aes together. No security driver. See #6.🤖 Generated with Claude Code