Update Rust crate criterion to 0.5.1 (#172)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-30 21:43:09 -05:00
committed by GitHub
parent b5f5b79d23
commit bb51dee73a

View File

@ -16,7 +16,7 @@ schemars = { version = "0.8.17", optional = true }
[dev-dependencies]
serde_json = "1.0"
criterion = {version = "0.5.0", features= ["html_reports"]}
criterion = {version = "0.5.1", features= ["html_reports"]}
does-it-json = "0.0.4"
[badges]