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

refactor: use RootCertStore::add_trust_anchors #1165

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

niklasad1
Copy link
Member

@niklasad1 niklasad1 commented Aug 2, 2023

Fixes the warning for use of deprecated API:

use of deprecated method tokio_rustls::rustls::RootCertStore::add_server_trust_anchors:
Please use add_trust_anchors instead`

Fixes `use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead`
@niklasad1 niklasad1 requested a review from a team as a code owner August 2, 2023 14:30
@niklasad1 niklasad1 merged commit 47d93a5 into master Aug 2, 2023
8 checks passed
@niklasad1 niklasad1 deleted the na-use-rustls-new-api branch August 2, 2023 18:11
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.

3 participants