Skip to content

chore: disable renovate reqwest upgrade until iceberg catches up#24

Merged
mdub merged 1 commit intomainfrom
mikewilliams-20260330-upgrade-reqwest-0.13
Mar 30, 2026
Merged

chore: disable renovate reqwest upgrade until iceberg catches up#24
mdub merged 1 commit intomainfrom
mikewilliams-20260330-upgrade-reqwest-0.13

Conversation

@mdub
Copy link
Copy Markdown
Collaborator

@mdub mdub commented Mar 30, 2026

Summary

  • Disables Renovate's reqwest 0.12 → 0.13 upgrade via packageRules in renovate.json
  • iceberg 0.9.0 depends on reqwest 0.12; upgrading bergr to 0.13 causes two reqwest versions to coexist, and the AwsCredentialLoad trait impl fails due to mismatched Client types
  • Closes fix(deps): update rust crate reqwest to 0.13 #19 — we can re-enable once iceberg upgrades to reqwest 0.13

🤖 Generated with Claude Code

iceberg 0.9.0 depends on reqwest 0.12. Upgrading bergr to reqwest 0.13
causes two versions to coexist, and the AwsCredentialLoad trait impl
fails due to mismatched Client types. Disable the upgrade until the
iceberg crates move to reqwest 0.13.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mdub mdub merged commit 19bfcb9 into main Mar 30, 2026
3 checks passed
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