diff --git a/Cargo.toml b/Cargo.toml index 26cf8131..161aff15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,10 +60,10 @@ serde_json = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } -iai-callgrind = "0.11.0" +iai-callgrind = "0.12" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -wasm-bindgen-test = "0.3.0" +wasm-bindgen-test = "0.3" [lib] bench = false