Skip to content

Conversation

@Lenvanderhof
Copy link
Contributor

Summary

  • Update reqwest feature from rustls-tls to rustls

Problem

reqwest 0.13 renamed the rustls-tls feature to just rustls. This caused CI failures with:

package `reasonkit-web` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.

Solution

Update the feature name to match reqwest 0.13's API.

Test plan

  • CI passes with this change

🤖 Generated with Claude Code

reqwest 0.13 renamed the 'rustls-tls' feature to just 'rustls'.
This updates the feature name to match the new API.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Lenvanderhof
Copy link
Contributor Author

Recreating with correct author info

@Lenvanderhof Lenvanderhof deleted the fix/reqwest-features branch January 18, 2026 07:42
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