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

Bump serde_urlencoded to 0.7.1 #1457

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Bump serde_urlencoded to 0.7.1 #1457

merged 1 commit into from
Feb 4, 2022

Conversation

KamilaBorowska
Copy link
Contributor

serde_urlencoded 0.7.0 has an incorrect serde version dependency. This causes issues in cargo update -Z minimal-versions builds. It's not noticeable while testing in CI because cookie_store depends on serde 1.0.126, however because this is an optional dependency there is a possibility that a project using reqwest won't enable it.

serde_urlencoded 0.7.0 has an incorrect serde version dependency.
This causes issues in `cargo update -Z minimal-versions` builds.
It's not noticeable while testing in CI because cookie_store depends
on serde 1.0.126, however because this is an optional dependency
there is a possibility that a project using reqwest won't enable
it.
@seanmonstar seanmonstar merged commit a654d39 into seanmonstar:master Feb 4, 2022
Nutomic pushed a commit to Nutomic/reqwest that referenced this pull request Nov 7, 2024
serde_urlencoded 0.7.0 has an incorrect serde version dependency.
This causes issues in `cargo update -Z minimal-versions` builds.
It's not noticeable while testing in CI because cookie_store depends
on serde 1.0.126, however because this is an optional dependency
there is a possibility that a project using reqwest won't enable
it.
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