Skip to content

chore(sidekick): default rustls provider changed#3727

Merged
coryan merged 1 commit intogoogleapis:mainfrom
coryan:chore-sidekick-default-rustls-provider-changes
Jan 25, 2026
Merged

chore(sidekick): default rustls provider changed#3727
coryan merged 1 commit intogoogleapis:mainfrom
coryan:chore-sidekick-default-rustls-provider-changes

Conversation

@coryan
Copy link
Copy Markdown
Contributor

@coryan coryan commented Jan 25, 2026

With the update to reqwest 0.13 we had to change the default rustls crypto provider from ring to aws-lc-rs. This changes the generated documentation to match.

Part of the work for googleapis/google-cloud-rust#4367

With the update to `reqwest` 0.13 we had to change the default `rustls`
crypto provider from `ring` to `aws-lc-rs`. This changes the generated
documentation to match.
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates documentation and configuration templates to reflect the change of the default rustls crypto provider from ring to aws-lc-rs. The changes are consistent across the Cargo.toml.mustache, README.md.mustache, and lib.rs.mustache template files. The updates correctly change the provider names and also update the function path for installing a crypto provider to rustls::crypto::CryptoProvider::install_default(), which is accurate given recent changes in the rustls crate. The changes are correct and well-contained.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.33%. Comparing base (e4d2484) to head (caa2089).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3727   +/-   ##
=======================================
  Coverage   82.33%   82.33%           
=======================================
  Files         138      138           
  Lines       12739    12739           
=======================================
  Hits        10489    10489           
  Misses       1774     1774           
  Partials      476      476           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coryan coryan marked this pull request as ready for review January 25, 2026 18:38
@coryan coryan requested a review from a team January 25, 2026 18:38
@coryan coryan merged commit 61e6ebc into googleapis:main Jan 25, 2026
11 of 12 checks passed
@coryan coryan deleted the chore-sidekick-default-rustls-provider-changes branch January 25, 2026 21:06
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