Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.106 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 7bc6c1c commit cb74df2
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 @@ -49,7 +49,7 @@ kebab_case = []
words = ["regex"]

[dependencies]
serde_json = { version = "1.0.100", optional = true }
serde_json = { version = "1.0.106", optional = true }
regex = { version = "1.9.5", optional = true }
unicode-normalization = { version = "0.1.22", optional = true }
log = { version = "0.4.20", optional = true }

0 comments on commit cb74df2

Please sign in to comment.