From 5c9f68bd595eca84043e6c0a028daba7be5d35f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:52:20 +0000 Subject: [PATCH] Bump web-sys from 0.3.71 to 0.3.72 Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.71 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: web-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 2 +- crates/gosub_net/Cargo.toml | 2 +- crates/gosub_renderer/Cargo.toml | 2 +- crates/gosub_shared/Cargo.toml | 2 +- crates/gosub_useragent/Cargo.toml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba962633b..85fe84067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2317,9 +2317,9 @@ checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" [[package]] name = "js-sys" -version = "0.3.71" +version = "0.3.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb94a0ffd3f3ee755c20f7d8752f45cac88605a4dcf808abcff72873296ec7b" +checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" dependencies = [ "wasm-bindgen", ] @@ -4741,9 +4741,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.94" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef073ced962d62984fb38a36e5fdc1a2b23c9e0e1fa0689bb97afa4202ef6887" +checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" dependencies = [ "cfg-if", "once_cell", @@ -4752,9 +4752,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.94" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4bfab14ef75323f4eb75fa52ee0a3fb59611977fd3240da19b2cf36ff85030e" +checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" dependencies = [ "bumpalo", "log", @@ -4779,9 +4779,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.94" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7bec9830f60924d9ceb3ef99d55c155be8afa76954edffbb5936ff4509474e7" +checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4789,9 +4789,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.94" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c74f6e152a76a2ad448e223b0fc0b6b5747649c3d769cc6bf45737bf97d0ed6" +checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" dependencies = [ "proc-macro2", "quote", @@ -4802,9 +4802,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.94" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a42f6c679374623f295a8623adfe63d9284091245c3504bde47c17a3ce2777d9" +checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] name = "wasm-bindgen-test" @@ -4943,9 +4943,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.71" +version = "0.3.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44188d185b5bdcae1052d08bcbcf9091a5524038d4572cc4f4f2bb9d5554ddd9" +checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 1138c3811..7cbdddd26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ debug_parser_verbose = [] [target.'cfg(target_arch = "wasm32")'.dependencies] -web-sys = "0.3.70" +web-sys = "0.3.72" js-sys = "0.3.70" console_log = "1.0.0" console_error_panic_hook = "0.1.7" diff --git a/crates/gosub_net/Cargo.toml b/crates/gosub_net/Cargo.toml index 7c4b4970d..29f834278 100644 --- a/crates/gosub_net/Cargo.toml +++ b/crates/gosub_net/Cargo.toml @@ -25,6 +25,6 @@ ureq = "2.10.1" [target.'cfg(target_arch = "wasm32")'.dependencies] -web-sys = { version = "0.3.70", features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] } +web-sys = { version = "0.3.72", features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] } js-sys = "0.3.70" wasm-bindgen-futures = "0.4.43" diff --git a/crates/gosub_renderer/Cargo.toml b/crates/gosub_renderer/Cargo.toml index 76fab801f..f7403207f 100644 --- a/crates/gosub_renderer/Cargo.toml +++ b/crates/gosub_renderer/Cargo.toml @@ -20,4 +20,4 @@ lazy_static = "1.5.0" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen-futures = "0.4.42" -web-sys = "0.3.70" +web-sys = "0.3.72" diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index 2717fb019..d42dfa30d 100644 --- a/crates/gosub_shared/Cargo.toml +++ b/crates/gosub_shared/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4.22" [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.70" getrandom = { version = "0.2.15", features = ["js"] } -web-sys = { version = "0.3.70", features = ["Performance", "Window", "Worker", "WorkerOptions", "WorkerType"] } +web-sys = { version = "0.3.72", features = ["Performance", "Window", "Worker", "WorkerOptions", "WorkerType"] } wasm-bindgen-futures = "0.4.43" wasm-bindgen = "0.2.93" diff --git a/crates/gosub_useragent/Cargo.toml b/crates/gosub_useragent/Cargo.toml index f46ab4452..ea91d1b23 100644 --- a/crates/gosub_useragent/Cargo.toml +++ b/crates/gosub_useragent/Cargo.toml @@ -18,5 +18,5 @@ image = "0.25.2" [target.'cfg(target_arch = "wasm32")'.dependencies] -web-sys = "0.3.70" +web-sys = "0.3.72" wasm-bindgen-futures = "0.4.43"