Skip to content

Commit

Permalink
Bump serde_urlencoded to 0.7.1 (#1457)
Browse files Browse the repository at this point in the history
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
KamilaBorowska authored Feb 4, 2022
1 parent 9339c54 commit a654d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ http = "0.2"
url = "2.2"
bytes = "1.0"
serde = "1.0"
serde_urlencoded = "0.7"
serde_urlencoded = "0.7.1"

# Optional deps...

Expand Down

0 comments on commit a654d39

Please sign in to comment.