diff --git a/Cargo.toml b/Cargo.toml index b789e71..fc6c893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ndarray = "0.15" rayon = { version = "1.7", optional = true } rustfft = { version = "6.1", optional = true } wasm-bindgen = { version = "0.2", optional = true } -getrandom = { version = "0.2", features = ["js"], optional = true } +getrandom = { version = "0.3", features = ["js"], optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2", features = ["js"] }