Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 45425bd commit 40ce39b
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,7 +14,7 @@ categories = ["command-line-utilities"]

[dependencies]
regex = "1.10.4"
serde_json = "1.0.115"
serde_json = "1.0.116"
clap = { version = "4.5.4", features = ["derive"] }
unescaper = "0.1.4"
csv = "1.3.0"

0 comments on commit 40ce39b

Please sign in to comment.