Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2023
1 parent 601713f commit 07bb9e6
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,7 +15,7 @@ categories=["development-tools"]
[dependencies]
reqwest = "0.9.0" # http requests
serde = {version = "1.0.111", features = ["derive"]} # serialization
serde_json = "1.0.53" # serialize JSON
serde_json = "1.0.103" # serialize JSON
clap = "2.33.1" # argument parsing
colored = "1.9" # color in terminal
strsim = "0.10.0" # string similarity metrics
Expand Down

0 comments on commit 07bb9e6

Please sign in to comment.