fix(keyring): update dependencies and improve error handling#12
Open
WeekendSuperhero wants to merge 3 commits into
Open
fix(keyring): update dependencies and improve error handling#12WeekendSuperhero wants to merge 3 commits into
WeekendSuperhero wants to merge 3 commits into
Conversation
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.
Summary
keyring-coreand platform native keyring dependencies to their latest versions.SecretErrorenum for better diagnostics of platform-specific errors.sort_by_keywithReverse.Changes
Keyring & Secrets
keyring-coreto 1.0,apple-native-keyring-storeto 1.0 (withprotectedfeature),windows-native-keyring-storeto 1.1, anddbus-secret-service-keyring-storeto 1.0.init_platform_keyring()inmain.rsto handle platform-specific store setup and fallbacks.SecretErrorinsecret.rsand added platform error code parsing for macOS (-25307, -25308, -34018).Secretbackends (raw,command,keyring) and error classification.Refactoring & Tooling
rmcpto 1.7.imap_client.rsandlib.rsusingstd::cmp::Reverse.ci-check.shto prefercargo-nextestif available, falling back tocargo test.Test plan
ci-check.shto confirm tests pass (usingcargo-nextestif available).PR description generated by Agent