fix(deps): update rust crate keyring to v4 - #532
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/keyring-4.x
branch
2 times, most recently
from
May 18, 2026 14:48
d1f5742 to
99e1164
Compare
renovate
Bot
force-pushed
the
renovate/keyring-4.x
branch
2 times, most recently
from
June 21, 2026 06:09
88a22f2 to
606ba72
Compare
renovate
Bot
force-pushed
the
renovate/keyring-4.x
branch
2 times, most recently
from
July 6, 2026 20:09
0dd205a to
61ba651
Compare
renovate
Bot
force-pushed
the
renovate/keyring-4.x
branch
from
July 14, 2026 20:53
61ba651 to
35a0e19
Compare
renovate
Bot
force-pushed
the
renovate/keyring-4.x
branch
from
July 21, 2026 03:15
35a0e19 to
569aa04
Compare
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.
This PR contains the following updates:
3→4.1.5Release Notes
open-source-cooperative/keyring-rs (keyring)
v4.1.5: : Compatibility releaseCompare Source
Rust 1.97 introduced a new clippy lint that fired on the CLI example. This release fixes that problem.
This release also takes the recent bug fix to the Apple native credential store.
There are no functional changes in this release.
What's Changed
Full Changelog: open-source-cooperative/keyring-rs@v4.1.4...v4.1.5
v4.1.4: : fix yanked version v4.1.3Compare Source
This is an emergency release fixing the DOA bug #335 reported by @raph-ADF (thanks!).
What's Changed
Full Changelog: open-source-cooperative/keyring-rs@v4.1.3...v4.1.4
v4.1.3: (YANKED): better error reportingCompare Source
The only functional change is better error reporting on the first call to
Entry::newif the default store fails to instantiate (thanks @eirnym).NOTE: This release has been yanked because of #335. It has been replaced by v4.1.4.
What's Changed
AtomicBoolto guard initialization and return error if occur on the first call. by @eirnym in #333Full Changelog: open-source-cooperative/keyring-rs@v4.1.2...v4.1.3
v4.1.2: : coverage for more *nix OSesCompare Source
This release allows use of secret-service crate on all *nix OSes - thanks @eirnym!
There are no functional changes.
What's Changed
New Contributors
Full Changelog: open-source-cooperative/keyring-rs@v4.1.1...v4.1.2
v4.1.1: : documentation fixesCompare Source
This release fixes the problems with documentation and public markers in v4.0. There are no functional changes.
What's Changed
Full Changelog: open-source-cooperative/keyring-rs@v4.1.0...v4.1.1
v4.1.0: : Restore keyring v1-like standalone functionalityCompare Source
This release moves the CLI binary out to an example so we can lose a lot of dependencies that aren't needed to use credential stores.
In addition, it recreates the v1 (and v2/v3) functionality of providing an
Entryobject that any app can use (without special features or initialization) to manage text and binary secrets. This is provided by thev1feature, which is the default. (This change fixes #317.)The ability to use any credential store is still preserved in the
climodule but theclifeature which exposes it is not in the default feature set.Strictly speaking, these changes are probably SemVer-significant. But since there are few to no clients of the existing library functionality, we're calling this a patch release.
What's Changed
Full Changelog: open-source-cooperative/keyring-rs@v4.0.1...v4.1.0
v4.0.1: : sample code bug fix for iOSCompare Source
This release has just one change: a bug fix in the sample code for iOS that was preventing use of the protected data store.
What's Changed
Full Changelog: open-source-cooperative/keyring-rs@v4.0.0...v4.0.1
v4.0.0: : general release of keyring v4Compare Source
With keyring-core at 1.0, and all the included credential stores using the 1.0 release, it's finally time to release the "new" keyring which is just a sample app. See the wiki for all the details of the new architecture.
IMPORTANT: Apps that use keyring-compatible credential stores should not be relying on this release! They should instead be relying on the v1 release of keyring-core.
What's Changed
New Contributors
Full Changelog: open-source-cooperative/keyring-rs@v3.6.3...v4.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.