From dbd05b4fd92ae2d2c9f9b12da7ffd72ca0da49b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:21:03 +0200 Subject: [PATCH] build(deps): bump js-sys from 0.3.69 to 0.3.70 (#1716) * build(deps): bump js-sys from 0.3.69 to 0.3.70 Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.69 to 0.3.70. - [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] * update Cargo.lock * update Cargo.lock --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Adolfsson Co-authored-by: Pavlo Khrystenko <45178695+pkhry@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- testing/wasm-rpc-tests/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbfff40eaf..ee8c19a411 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2443,9 +2443,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 443a878bf2..c14e0dbbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ pin-project = "1.1.5" web-sys = { version = "0.3.69", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket"] } wasm-bindgen = "0.2.93" send_wrapper = "0.6.0" -js-sys = "0.3.69" +js-sys = "0.3.70" wasm-bindgen-futures = "0.4.42" futures-timer = "3" instant = { version = "0.1.13", default-features = false } diff --git a/testing/wasm-rpc-tests/Cargo.lock b/testing/wasm-rpc-tests/Cargo.lock index 775b8392bb..c32ad2358c 100644 --- a/testing/wasm-rpc-tests/Cargo.lock +++ b/testing/wasm-rpc-tests/Cargo.lock @@ -916,9 +916,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" dependencies = [ "atomic-waker", "bytes",