Skip to content

fix: reqwest 0.13 feature flags (rustls, query) - #114

Draft
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/ci-autofix-automation-541f
Draft

fix: reqwest 0.13 feature flags (rustls, query)#114
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/ci-autofix-automation-541f

Conversation

@cursor

@cursor cursor Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes CI failures from Renovate PR #110 (reqwest 0.12 → 0.13).

reqwest 0.13 renamed the rustls-tls feature to rustls and moved query/form behind optional crate features. The Renovate bump kept the old feature names, so cargo build failed before tests could run.

Changes

  • Bump reqwest dev-dependency to 0.13
  • Replace rustls-tls with rustls
  • Enable the query feature used by e2e tests
  • Regenerate Cargo.lock
Open in Web View Automation 

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

reqwest 0.13 renamed rustls-tls to rustls and moved query behind an
optional feature. Renovate PR #110 bumped the version but kept the old
feature names, breaking cargo build in CI.

Co-authored-by: Alexander Wagner <info@alexanderwagnerdev.com>
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