Skip to content

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Jan 26, 2026

What

Update reqwest dependency from 0.12 to 0.13.

Why

Keep dependencies up to date with latest stable versions. reqwest 0.13 uses rustls as the default TLS backend with improved certificate handling.

How

  • Updated Cargo.toml to use reqwest = "0.13" with simplified features
  • Removed rustls-tls-native-roots feature (no longer needed - reqwest 0.13 handles native certificates automatically via rustls-platform-verifier)
  • Updated Cargo.lock with all transitive dependency changes

Risk

  • Low
  • This is a semver-compatible update for the project's public API

Checklist

  • Unit tests are passed
  • Clippy passes with no warnings
  • Documentation builds without warnings
  • Formatting is correct

Update to reqwest 0.13 which uses rustls as the default TLS backend
with improved certificate handling. The feature `rustls-tls-native-roots`
is no longer needed as the default configuration now handles native
root certificates automatically via rustls-platform-verifier.
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

1 similar comment
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chaliy chaliy merged commit e82b56d into main Jan 26, 2026
17 checks passed
@chaliy chaliy deleted the claude/update-rust-dependencies-4VjQ2 branch January 26, 2026 14:40
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