Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump serde_urlencoded to 0.7.1 (#1457)
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.
- Loading branch information