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

Update Rust crate gpgme to 0.11.0 #4

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Update Rust crate gpgme to 0.11.0 #4

merged 1 commit into from
Sep 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gpgme dependencies minor 0.10.0 -> 0.11.0

Release Notes

gpg-rs/gpgme (gpgme)

v0.11.0

Compare Source

BREAKING CHANGES:

  • The build script has been rewritten to use the system-deps crate (uses pkg-config internally) to detect the gpgme development files.
  • The minimum supported version of gpgme has been raised to 1.12 (the first release with a pkg-config script).
  • The required version of the libgpg-error crate has been raised to 0.6.
  • Bindings for newer (1.13+) apis in gpgme are now gated on cargo features named similar to the corresponding version they were added in (e.g., 1.18 -> "v1_18").
  • Structs and enums have had the non_exhaustive attribute applied to them where appropriate.
  • The deprecated traits PassphraseProvider, ProgressHandler, EditInteractor and Interactor have been rewritten to be object safe. ProgressHandler has additionally been renamed to ProgressReporter.
  • The deprecated functions find_key and find_secret_key have been removed (use get_key and get_secret_key instead).

Configuration

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

🚦 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@lilioid lilioid merged commit 783a500 into main Sep 5, 2023
4 checks passed
@lilioid lilioid deleted the renovate/gpgme-0.x branch September 5, 2023 21:28
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.

1 participant