Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ureq): update to ureq v3 #247

Merged
merged 5 commits into from
Feb 1, 2025
Merged

refactor(ureq): update to ureq v3 #247

merged 5 commits into from
Feb 1, 2025

Conversation

EdJoPaTo
Copy link
Collaborator

This currently only uses the json feature for the send_json part and not for decoding as the crate::json::decode errors are way more helpful in case the API changes.
As serde_json is a dependency anyway (for the multipart stuff) it's not expensive to enable this feature and use it for send_json.

@EdJoPaTo EdJoPaTo marked this pull request as draft January 27, 2025 18:00
src/client_ureq.rs Outdated Show resolved Hide resolved
@EdJoPaTo EdJoPaTo marked this pull request as ready for review January 31, 2025 17:06
@EdJoPaTo EdJoPaTo requested a review from ayrat555 January 31, 2025 17:06
@ayrat555 ayrat555 merged commit cc8bf15 into master Feb 1, 2025
70 checks passed
@ayrat555 ayrat555 deleted the ureq-v3 branch February 1, 2025 09:56
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