Skip to content

Conversation

softdevca
Copy link

Simple update to ureq version 3, no changes required except for Cargo.toml

@ramosbugs
Copy link
Owner

since ureq is re-exported as part of the public interface when the ureq feature is enabled, this is a breaking change that would need to wait for the next major release (not planned any time soon). however, I'd be willing to accept the change behind a separate feature flag (e.g., ureq-3) that preserves the current version when the ureq feature is used.

@SO9010
Copy link

SO9010 commented May 18, 2025

Hello,

Would it be possible to get the re-exporting done through a flag? This would be useful for the project I'm part of to reduce dependencies.

Many thanks,
SO9010

Edit: I've just realized that it's probably deeper than just re-exporting. I would be happy to, if I have the time, to go though and up date the code to 3.0.

@hanyuone
Copy link

@SO9010 did you end up finding out what needed to be done for this PR to work?

@SO9010
Copy link

SO9010 commented Sep 10, 2025

It is quite a bit of work, ureq-3 is completely different... you just need to go through and reimplement all of usages. It's not hard just pretty damn verbose.

Tldr: no I didn't, we just left it as it was.

@algesten algesten mentioned this pull request Sep 10, 2025
@algesten
Copy link

I had a go at this in #324

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.

5 participants