Uh oh!
There was an error while loading. Please reload this page.
build(deps)!: update reqwest and remove rustls TLS feature - #8
Conversation
BREAKING CHANGE: The rustls-tls Cargo feature was removed; only native-tls is exposed. - update reqwest to 0.13 with query and form support - bump serde_with and uuid dependency ranges - refresh Cargo.lock - ignore JetBrains .idea files
📝 WalkthroughWalkthroughThis PR updates Rust dependencies for the ChangesMaintenance and Dependency Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@aeneasr Can you review this change, I would like to move to latest version of reqwest. Thanks, Havunen |
BREAKING CHANGE: The rustls-tls Cargo feature was removed; only native-tls is exposed.
Related Issue or Design Document
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
Further comments
Summary by CodeRabbit
Chores
Dependencies
rustls-tlsfeature; TLS support now available exclusively throughnative-tls