diff --git a/Cargo.lock b/Cargo.lock index 47d6dac8..17a490f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,10 +865,11 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.72" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" dependencies = [ + "once_cell", "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index d32ee52f..41862fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ hex = "0.4.3" pyo3 = "0.22.6" wasm-bindgen = "0.2.100" wasm-bindgen-test = "0.3.45" -js-sys = "0.3.72" +js-sys = "0.3.77" getrandom = "0.2.15" libfuzzer-sys = "0.4.8" rand = "0.8.5"