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

Bump rustls-pemfile to 2.0.0 #1112

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

Conversation

mkeeter
Copy link
Contributor

@mkeeter mkeeter commented Jan 24, 2024

This replaces the Renovate bot PR (#1057)

The signature of certs and rsa_private_keys changed from returning a Result<Vec<..>, Error> to a Vec<Result<.., Error>>, so we had to tweak the combinators.

The inner type also changed to a strong type (instead of Vec<u8>), but we can pull the raw data out.

@mkeeter mkeeter requested a review from jmpesp January 24, 2024 23:01
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