Skip to content

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

Merged
AlexanderWagnerDev merged 3 commits into
mainfrom
cursor/ci-autofix-automation-4f55
Jul 28, 2026
Merged

fix: reqwest 0.13 feature flags (rustls, query)#113
AlexanderWagnerDev merged 3 commits 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.


Note

Low Risk
Dev-dependency and lockfile-only changes; production dependencies are unchanged.

Overview
Aligns the dev-only reqwest dependency with 0.13 so CI can compile again after the Renovate bump.

In Cargo.toml, rustls-tls is renamed to rustls, and query is enabled so e2e HTTP tests can keep using .query(...) on requests. Cargo.lock is regenerated, which pulls in reqwest 0.13.4 and its updated TLS stack (e.g. rustls-platform-verifier instead of webpki-roots on the client path).

Reviewed by Cursor Bugbot for commit ee8583e. Bugbot is set up for automated code reviews on this repo. Configure here.

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>
@AlexanderWagnerDev
AlexanderWagnerDev marked this pull request as ready for review July 28, 2026 16:54
@cursor

cursor Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_0846ca2e-daac-4e8a-a41d-99bd3bc1f744)

@cursor

cursor Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_95a076a7-e8dd-46c3-99d4-9dc920833ab9)

@AlexanderWagnerDev
AlexanderWagnerDev merged commit d2c90c2 into main Jul 28, 2026
10 checks passed
@AlexanderWagnerDev
AlexanderWagnerDev deleted the cursor/ci-autofix-automation-4f55 branch July 28, 2026 17:00
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