Skip to content

Commit

Permalink
Merge pull request #53 from rambler-digital-solutions/dependabot/carg…
Browse files Browse the repository at this point in the history
…o/serde_qs-0.13

Update serde_qs requirement from 0.12 to 0.13
  • Loading branch information
singulared authored Jul 11, 2024
2 parents f907a9a + 9207687 commit af9f89b
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 @@ -18,7 +18,7 @@ validator = { version = "0.18" }
serde = "1"
serde_urlencoded = "0.7"
serde_json = "1"
serde_qs = { version = "0.12", features = ["actix4"] }
serde_qs = { version = "0.13", features = ["actix4"] }
log = "0.4"
futures = "0.3"
mime = "0.3"
Expand Down

0 comments on commit af9f89b

Please sign in to comment.