Skip to content

Commit

Permalink
Merge pull request #18 from kitsuyui/renovate/serde
Browse files Browse the repository at this point in the history
Update serde
  • Loading branch information
kitsuyui authored Aug 7, 2023
2 parents 75f6113 + 42ffefc commit 0c151e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ categories = ["api-bindings"]

[dependencies]
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0", features = ["raw_value"] }
serde = { version = "^1.0.182", features = ["derive"] }
serde_json = { version = "^1.0.104", features = ["raw_value"] }

0 comments on commit 0c151e1

Please sign in to comment.