From 54cc3a6277702bd2044de275f546429a247ad2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Sat, 30 Nov 2024 12:14:46 +0100 Subject: [PATCH] chore: Bump wasm-bindgen to 0.2.97 --- .github/workflows/release_nightly.yml | 2 +- .../workflows/test_extension_dockerfile.yml | 2 +- .github/workflows/test_web.yml | 4 ++-- Cargo.lock | 22 +++++++++---------- Cargo.toml | 2 +- web/README.md | 2 +- web/docker/Dockerfile | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 633db4e68a79..f8e8814d99a7 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -347,7 +347,7 @@ jobs: # Be sure to update in test_web.yml, Cargo.toml, web/docker/Dockerfile, # and web/README.md as well. - name: Install wasm-bindgen - run: cargo install wasm-bindgen-cli --version 0.2.95 + run: cargo install wasm-bindgen-cli --version 0.2.97 # Keep the version number in sync in all workflows, # and in the extension builder Dockerfile! diff --git a/.github/workflows/test_extension_dockerfile.yml b/.github/workflows/test_extension_dockerfile.yml index 2bc921eeb107..cf611a039add 100644 --- a/.github/workflows/test_extension_dockerfile.yml +++ b/.github/workflows/test_extension_dockerfile.yml @@ -29,7 +29,7 @@ jobs: registry-url: https://registry.npmjs.org - name: Install wasm-bindgen - run: cargo install wasm-bindgen-cli --version 0.2.95 + run: cargo install wasm-bindgen-cli --version 0.2.97 # Keep the version number in sync in all workflows, # and in the extension builder Dockerfile! diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index 2940dabd4c04..a8adf2cc1387 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -63,7 +63,7 @@ jobs: # Be sure to update in release_nightly.yml, Cargo.toml, web/docker/Dockerfile, # and web/README.md as well. - name: Install wasm-bindgen - run: cargo install wasm-bindgen-cli --version 0.2.95 + run: cargo install wasm-bindgen-cli --version 0.2.97 # Keep the version number in sync in all workflows, # and in the extension builder Dockerfile! @@ -128,7 +128,7 @@ jobs: # Be sure to update in release_nightly.yml, Cargo.toml, web/docker/Dockerfile, # and web/README.md as well. - name: Install wasm-bindgen - run: cargo install wasm-bindgen-cli --version 0.2.95 + run: cargo install wasm-bindgen-cli --version 0.2.97 # No real need to install wasm-opt here diff --git a/Cargo.lock b/Cargo.lock index 1de5baebcfdd..06aa59e99a76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5902,9 +5902,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" +checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" dependencies = [ "cfg-if", "once_cell", @@ -5913,9 +5913,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" +checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" dependencies = [ "bumpalo", "log", @@ -5940,9 +5940,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" +checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -5950,9 +5950,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" +checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" dependencies = [ "proc-macro2", "quote", @@ -5963,9 +5963,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" +checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" [[package]] name = "wasm-streams" @@ -6286,7 +6286,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6c93fdf1dda3..dddaf8112a52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ serde = "1.0.215" thiserror = "1.0" url = "2.5.2" # Make sure to match wasm-bindgen-cli version to this everywhere. -wasm-bindgen = "=0.2.95" +wasm-bindgen = "=0.2.97" walkdir = "2.5.0" tokio = "1.41.1" rfd = "0.15.0" diff --git a/web/README.md b/web/README.md index 9393fce7fc9a..ff600de1feb9 100644 --- a/web/README.md +++ b/web/README.md @@ -65,7 +65,7 @@ Note that npm 7 or newer is required. It should come bundled with Node.js 15 or -This can be installed with `cargo install wasm-bindgen-cli --version 0.2.95`. Be sure to install this specific version of `wasm-bindgen-cli` to match the version used by Ruffle. +This can be installed with `cargo install wasm-bindgen-cli --version 0.2.97`. Be sure to install this specific version of `wasm-bindgen-cli` to match the version used by Ruffle. #### Binaryen diff --git a/web/docker/Dockerfile b/web/docker/Dockerfile index cb2434d11b31..1a8f0373a913 100644 --- a/web/docker/Dockerfile +++ b/web/docker/Dockerfile @@ -15,7 +15,7 @@ RUN wget 'https://sh.rustup.rs' --quiet -O- | sh -s -- -y --profile minimal --ta ENV PATH="/root/.cargo/bin:$PATH" # wasm-bindgen-cli version must match wasm-bindgen crate version. # Be sure to update in test_web.yml, release_nightly.yml, Cargo.toml, and web/README.md as well. -RUN cargo install wasm-bindgen-cli --version 0.2.95 +RUN cargo install wasm-bindgen-cli --version 0.2.97 # Building Ruffle: COPY . ruffle