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

Upgrade to url v2.0 #8

Merged
merged 1 commit into from
Sep 3, 2019
Merged

Upgrade to url v2.0 #8

merged 1 commit into from
Sep 3, 2019

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Jul 30, 2019

I'm trying to upgrade reqwest to url 2.0, and it's proving to be quite the challenge. Upgrading cookie_store's version of url is one piece of the puzzle.

This PR is blocked on two upstream dependencies updating first:

For now, I've used a [patch.crates-io] block here in order to verify the change, but I'll remove that block as soon as the upstream PRs make it into their respective releases.

@pfernie
Copy link
Owner

pfernie commented Aug 8, 2019

@benesch I don't have an issue taking this PR once upstream has done so, but for my understanding on motivation: does url 2.0 bring needed features for reqwest, or is this more of a "keeping up with the ecosystem" change?

I will keep my eye on notifications and merge once the '[patch.crates-io]' entries are no longer necessary.

@benesch
Copy link
Contributor Author

benesch commented Aug 8, 2019

Just a keeping up with the ecosystem change! Any crate that depends on reqwest is stuck with url 1.0 (since url is a fundamental part of the reqwest API) until reqwest upgrades to url 2.0.

@benesch benesch force-pushed the url-20 branch 2 times, most recently from 62be400 to d6cc263 Compare August 26, 2019 17:52
@benesch
Copy link
Contributor Author

benesch commented Sep 1, 2019

Ok, @pfernie, this is ready to go!

@pfernie pfernie merged commit d24514e into pfernie:master Sep 3, 2019
@pfernie
Copy link
Owner

pfernie commented Sep 3, 2019

@benesch This is merged, thx!

@benesch benesch deleted the url-20 branch September 3, 2019 23:52
@benesch
Copy link
Contributor Author

benesch commented Sep 3, 2019

Thank you, @pfernie!

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