Skip to content

Commit

Permalink
Merge pull request #47 from kitsuyui/renovate/serde
Browse files Browse the repository at this point in the history
Update Rust crate serde to ^1.0.192
  • Loading branch information
kitsuyui authored Nov 8, 2023
2 parents 0b6f3f0 + 4251a09 commit 709831d
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 @@ -14,5 +14,5 @@ categories = ["api-bindings"]

[dependencies]
reqwest = { version = "^0.11.22", features = ["blocking", "json"] }
serde = { version = "^1.0.190", features = ["derive"] }
serde = { version = "^1.0.192", features = ["derive"] }
serde_json = { version = "^1.0.108", features = ["raw_value"] }

0 comments on commit 709831d

Please sign in to comment.