diff --git a/Cargo.toml b/Cargo.toml index f4f3a42..166e3c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ wasm-bindgen-test = "0.3" # These dev-dependencies don't support WASM [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } proptest = "1.5" tokio = { version = "1.0", features = ["full", "test-util"] }