Skip to content

Commit

Permalink
Update to criterion v0.5
Browse files Browse the repository at this point in the history
Move the the latest release of the benchmark harness to address
a `cargo audit` warning about the `atty` transitive dependency,
which is unmaintained and unsound on MS Windows.
https://rustsec.org/advisories/RUSTSEC-2021-0145

No source changes are necessary.
  • Loading branch information
rillian committed Jan 29, 2024
1 parent 46905c3 commit edfe455
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 @@ -26,7 +26,7 @@ subtle = { version = "2.4", default-features = false }
zeroize = { version = "1.5", features = ["derive"] }

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
hex = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit edfe455

Please sign in to comment.