Skip to content

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

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

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

Conversation

@cursor

@cursor cursor Bot commented Jul 27, 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

Test plan

  • cargo test
  • cargo fmt --check
  • cargo clippy --all-targets --features test-support -- -D warnings
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 the rustls-tls feature to rustls and moved
query/form behind optional crate features. Enable both so dev-deps
and e2e tests compile after the Renovate bump.

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