Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 14, 2021
1 parent cd65a64 commit d5b2583
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 @@ -38,7 +38,7 @@ bytes = "1.1.0"
mime = "0.3.16"
form-data = { version = "0.3.2", optional = true }
serde = { version = "1.0.130", optional = true }
serde_json = { version = "1.0.71", optional = true }
serde_json = { version = "1.0.73", optional = true }
serde_urlencoded = { version = "0.7.0", optional = true }
cookie = { version = "0.15.1", features = ["percent-encode"], optional = true }

Expand Down

0 comments on commit d5b2583

Please sign in to comment.