From a111313db35616761c77a77e78d3a2e37edc2940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:07:48 +0000 Subject: [PATCH] Bump js-sys from 0.3.70 to 0.3.72 Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.70 to 0.3.72. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: js-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fb0109b..61ef4bab 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 599614de..45ac5341 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.43" -js-sys = "0.3.70" +js-sys = "0.3.72" getrandom = "0.2.15" libfuzzer-sys = "0.4.6" rand = "0.8.5"