Skip to content

Commit 8d96371

Browse files
committed
chore: update criterion to 0.5.0
criterion 0.3.0 depends on `atty`, which is unmaintained, see https://rustsec.org/advisories/RUSTSEC-2024-0375 Signed-off-by: Patrick Roy <[email protected]>
1 parent c106cc0 commit 8d96371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version = "0.3"
3030
features = ["errhandlingapi", "sysinfoapi"]
3131

3232
[dev-dependencies]
33-
criterion = "0.3.0"
33+
criterion = "0.5.0"
3434
matches = "0.1.0"
3535
vmm-sys-util = "0.12.1"
3636

0 commit comments

Comments
 (0)