diff --git a/Cargo.toml b/Cargo.toml index f145c6e4..1874ed19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ rand_xoshiro = "0.6" serde_json = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -criterion = { version = "0.3", features = ["html_reports"] } +criterion = { version = "0.4", features = ["html_reports"] } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3.0"