Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to 1.0.116 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored May 1, 2024
1 parent 4b16661 commit c840f27
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
@@ -15,7 +15,7 @@ serde = { version = "1.0.199", optional = true }
schemars = { version = "0.8.17", optional = true }

[dev-dependencies]
serde_json = "1.0"
serde_json = "1.0.116"
criterion = {version = "0.5.1", features= ["html_reports"]}
does-it-json = "0.0.4"

0 comments on commit c840f27

Please sign in to comment.