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 #583

Merged
merged 1 commit into from
Sep 5, 2019
Merged

Upgrade to url v2.0 #583

merged 1 commit into from
Sep 5, 2019

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Jul 30, 2019

This is dependent on upgrading quite a few other crates in the ecosystem:

PR Merged Released
rwf2/cookie-rs#122
pfernie/cookie_store#8
nox/serde_urlencoded#59
rushmorem/publicsuffix#19

For the moment I've used a Cargo.toml patch block to point at those PRs. We'll need to get actual releases of those dependencies before we can merge this, but wanted to open the PR in the meantime.

Fix #582.

@benesch
Copy link
Contributor Author

benesch commented Sep 4, 2019

Ok, this is finally ready to go! @seanmonstar, mind taking a look? cookie-rs only has an internal dependency on url, so as it turns out it doesn't matter that it hasn't released a version that depends on url 2.0.

@@ -16,7 +16,7 @@ pub struct Form {
inner: FormParts<Part>,
}

/// A field in a multipart form.
/// A field in a multipart form.©398
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a stow-away :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D'oh! I guess I can blame that on my cat. Thanks for catching it.

Copy link
Contributor Author

@benesch benesch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, should actually be ready to go now! :D

@@ -16,7 +16,7 @@ pub struct Form {
inner: FormParts<Part>,
}

/// A field in a multipart form.
/// A field in a multipart form.©398
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D'oh! I guess I can blame that on my cat. Thanks for catching it.

@seanmonstar
Copy link
Owner

Looks like the rustfmt check is grumpy now :(

@benesch
Copy link
Contributor Author

benesch commented Sep 5, 2019

Looks like today is not my day. Thanks for bearing with me!

Should be fixed now! (I waited for a green CI build this time.)

@seanmonstar seanmonstar merged commit f60456c into seanmonstar:master Sep 5, 2019
@seanmonstar
Copy link
Owner

Great, thanks for sticking with it!

@benesch benesch deleted the url-20 branch September 5, 2019 01:31
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.

Update to url 2.0
2 participants