Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate keyring to v3 #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

This PR contains the following updates:

Package Type Update Change
keyring dependencies major 2.3.2 -> 3.0.0

Release Notes

hwchen/keyring-rs (keyring)

v3.6.1: : Update dependencies

Compare Source

Two of the dependencies (openssl and whoami) were discovered to have vulnerabilities which were fixed in minor or patch releases. This crate has been updated to insist that the minor/patch release number of these dependencies is high enough to ensure use of a patched version.

There is no reason to think that the vulnerabilities in these dependencies could have been exercised through this crate. In addition, builds of clients done after the dependencies were patched would have already picked up the non-vulnerable versions. So this change is simply to ensure that future builds cannot use the vulnerable versions.

There are no code changes in this release.

v3.6.0

Compare Source

  • Add combination keystore of keyutils and secret service (thanks to @​soywod).

v3.5.0

Compare Source

  • Add debug logging of internal operations (thanks to @​soywod).
  • Revert iOS security-framework dependency to v2 (see #​225).

v3.4.0

Compare Source

  • Allow use of both secret-service and keyutils.

v3.3.0

Compare Source

  • Add support for credential-store attributes other than those used by this crate. This allows the creation of credentials that are more compatible with 3rd-party clients, such as the OS-provided GUIs over credentials.
  • Make the textual descriptions of entries consistently follow the form user@service (or user@service:target if a target was specified).

v3.2.1

Compare Source

  • Re-enable access to v1 credentials. The fixes of version 3.2 meant that legacy credentials with no target attribute couldn't be accessed.

v3.2.0

Compare Source

  • Improve secret-service handling of targets, so that searches on locked items distinguish items with different targets properly.

v3.1.0

Compare Source

  • enhance the CLI to allow empty user names and better info about Ambiguous credentials.

v3.0.5

Compare Source

  • updated docs and clean up dead code. No code changes.

v3.0.4

Compare Source

  • expose a cross-platform module alias via the default module.

v3.0.3

Compare Source

  • fix feature linux-native, which was causing compile errors.

v3.0.2

Compare Source

  • add missing implementations for iOS set_secret and get_secret

v3.0.1

Compare Source

  • add back missing Sync trait on errors.

v3.0.0

Compare Source

  • add dbus-secret-service dependency to allow use on *n*x without an async runtime
  • (API change) rework feature controls on included keystores: now there is a feature for each keystore, and that keystore is included in a build if and only if its feature is specified and the keystore is supported by the target OS.
  • (API change) add direct support for setting and reading binary secret data, not just UTF-8 strings.

v2.3.3: : Updates for Rust 1.78

Rust 1.78 introduced a new clippy check and better guards on Windows when making slices from raw bytes. These changes required one small change in the platform-independent code and two small changes in the Windows-specific code.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants