Skip to content

Commit

Permalink
Bump criterion to 0.5 to avoid dependency on atty
Browse files Browse the repository at this point in the history
Criterion before 0.5 depended on atty which is affected
by [RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145)
  • Loading branch information
Pi-Cla committed Mar 23, 2024
1 parent 4e8dd11 commit 3d0cfb9
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 @@ -31,7 +31,7 @@ icu_locid_transform = { version = "1.4", optional = true }
[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
criterion = "0.3"
criterion = "0.5"

[[bench]]
name = "negotiate"
Expand Down

0 comments on commit 3d0cfb9

Please sign in to comment.