Skip to content

Commit

Permalink
Update serde
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent f620954 commit cf712c3
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.181", features = ["derive"] }
serde_json = { version = "^1.0.104", features = ["raw_value"] }

0 comments on commit cf712c3

Please sign in to comment.