diff --git a/Cargo.lock b/Cargo.lock index df2ac51c..9f59c4ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,9 +823,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.70" +version = "0.3.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" +checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" dependencies = [ "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 96b5407a..e3e2f337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ hex = "0.4.3" pyo3 = "0.22.5" wasm-bindgen = "0.2.95" wasm-bindgen-test = "0.3.42" -js-sys = "0.3.70" +js-sys = "0.3.72" getrandom = "0.2.15" libfuzzer-sys = "0.4.6" rand = "0.8.5"