Skip to content

Commit

Permalink
Merge pull request #35 from kitsuyui/renovate/serde
Browse files Browse the repository at this point in the history
Update Rust crate serde_json to ^1.0.107
  • Loading branch information
kitsuyui authored Sep 15, 2023
2 parents 463c130 + c39f685 commit 1e30d23
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 @@ -15,4 +15,4 @@ categories = ["api-bindings"]
[dependencies]
reqwest = { version = "^0.11.20", features = ["blocking", "json"] }
serde = { version = "^1.0.188", features = ["derive"] }
serde_json = { version = "^1.0.106", features = ["raw_value"] }
serde_json = { version = "^1.0.107", features = ["raw_value"] }

0 comments on commit 1e30d23

Please sign in to comment.