Skip to content

Commit

Permalink
chore: update serde_urlencoded to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinchona committed Nov 14, 2023
1 parent c6b20b9 commit 2ab7484
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 @@ -24,7 +24,7 @@ include = [
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.5.5"
serde_urlencoded = "0.7.1"
thiserror = "1.0.50"
typed-builder = "0.18.0"

Expand Down

0 comments on commit 2ab7484

Please sign in to comment.