diff --git a/Cargo.toml b/Cargo.toml index 36bbdf3..0a70445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ packed_simd = { version = "0.3.8", package = "packed_simd_2", optional = true } [dev-dependencies] quickcheck = "1.0" rand = "0.8" -criterion = { version = "0.4", default-features = false } +criterion = { version = "0.5", default-features = false } [[bench]] name = "bench"