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

chore: upgrade to rustls 0.22 #3

Merged
merged 2 commits into from
Jun 4, 2024
Merged

chore: upgrade to rustls 0.22 #3

merged 2 commits into from
Jun 4, 2024

Conversation

ry
Copy link
Member

@ry ry commented Jun 4, 2024

part of denoland/deno#24056

using versions as specified in the rustls 0.22 release notes.
https://github.com/rustls/rustls/releases/tag/v%2F0.22.0

using versions as specified in the rustls 0.22 release notes.
https://github.com/rustls/rustls/releases/tag/v%2F0.22.0
Ok(contents) => Ok(
contents
.into_iter()
.map(|c| Certificate(c.to_vec()))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deno_native_certs defines its own Certificate, which is seeming forcing allocations here

@ry ry requested a review from littledivy June 4, 2024 09:57
@ry ry merged commit ad4eb8e into main Jun 4, 2024
4 checks passed
@littledivy littledivy deleted the upgrade-pemfile2 branch June 5, 2024 03:43
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.

2 participants