diff --git a/Cargo.toml b/Cargo.toml index f3a6340..bb65f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rustfmt = { allow_failure = false } bench = { run = true } [dependencies.getrandom] -version = "0.1.14" +version = "0.2.3" features = ["wasm-bindgen"] [dependencies.anyhow]