From cb1fb146e96a9f6a4b8b19fbb0d7cc29fb5b5d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:11:46 +0000 Subject: [PATCH] chore(deps): bump js-sys from 0.3.72 to 0.3.73 Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.72 to 0.3.73. - [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 | 24 ++++++++++++------------ hydration_context/Cargo.toml | 2 +- leptos_dom/Cargo.toml | 2 +- leptos_server/Cargo.toml | 2 +- router/Cargo.toml | 2 +- server_fn/Cargo.toml | 2 +- tachys/Cargo.toml | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4960e649c7..2cd5c8115b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1744,9 +1744,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.72" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" +checksum = "fb15147158e79fd8b8afd0252522769c4f48725460b37338544d8379d94fc8f9" dependencies = [ "wasm-bindgen", ] @@ -4091,9 +4091,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.95" +version = "0.2.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" +checksum = "21d3b25c3ea1126a2ad5f4f9068483c2af1e64168f847abe863a526b8dbfe00b" dependencies = [ "cfg-if", "once_cell", @@ -4102,9 +4102,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.95" +version = "0.2.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" +checksum = "52857d4c32e496dc6537646b5b117081e71fd2ff06de792e3577a150627db283" dependencies = [ "bumpalo", "log", @@ -4129,9 +4129,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.95" +version = "0.2.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" +checksum = "920b0ffe069571ebbfc9ddc0b36ba305ef65577c94b06262ed793716a1afd981" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4139,9 +4139,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.95" +version = "0.2.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" +checksum = "bf59002391099644be3524e23b781fa43d2be0c5aa0719a18c0731b9d195cab6" dependencies = [ "proc-macro2", "quote", @@ -4152,9 +4152,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.95" +version = "0.2.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" +checksum = "e5047c5392700766601942795a436d7d2599af60dcc3cc1248c9120bfb0827b0" [[package]] name = "wasm-streams" diff --git a/hydration_context/Cargo.toml b/hydration_context/Cargo.toml index 31c9aa9fa7..e29966e2a6 100644 --- a/hydration_context/Cargo.toml +++ b/hydration_context/Cargo.toml @@ -15,7 +15,7 @@ or_poisoned = { workspace = true } futures = "0.3.31" serde = { version = "1.0", features = ["derive"] } wasm-bindgen = { version = "0.2.95", optional = true } -js-sys = { version = "0.3.72", optional = true } +js-sys = { version = "0.3.73", optional = true } once_cell = "1.20" pin-project-lite = "0.2.15" diff --git a/leptos_dom/Cargo.toml b/leptos_dom/Cargo.toml index d91518d78d..2c36b63a07 100644 --- a/leptos_dom/Cargo.toml +++ b/leptos_dom/Cargo.toml @@ -12,7 +12,7 @@ edition.workspace = true tachys = { workspace = true } reactive_graph = { workspace = true } or_poisoned = { workspace = true } -js-sys = "0.3.72" +js-sys = "0.3.73" send_wrapper = "0.6.0" tracing = { version = "0.1.40", optional = true } wasm-bindgen = "0.2.95" diff --git a/leptos_server/Cargo.toml b/leptos_server/Cargo.toml index dbf68b162d..9b8a02518a 100644 --- a/leptos_server/Cargo.toml +++ b/leptos_server/Cargo.toml @@ -25,7 +25,7 @@ send_wrapper = "0.6" # serialization formats serde = { version = "1.0" } -js-sys = { version = "0.3.72", optional = true } +js-sys = { version = "0.3.73", optional = true } wasm-bindgen = { version = "0.2.95", optional = true } serde_json = { version = "1.0" } diff --git a/router/Cargo.toml b/router/Cargo.toml index 11309d0528..21826b0ac7 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -19,7 +19,7 @@ reactive_graph = { workspace = true } tachys = { workspace = true, features = ["reactive_graph"] } futures = "0.3.31" url = "2.5" -js-sys = { version = "0.3.72" } +js-sys = { version = "0.3.73" } wasm-bindgen = { version = "0.2.95" } tracing = { version = "0.1.40", optional = true } once_cell = "1.20" diff --git a/server_fn/Cargo.toml b/server_fn/Cargo.toml index 2fd08fe991..a622cdc2ab 100644 --- a/server_fn/Cargo.toml +++ b/server_fn/Cargo.toml @@ -56,7 +56,7 @@ rmp-serde = { version = "1.3.0", optional = true } # client gloo-net = { version = "0.6.0", optional = true } -js-sys = { version = "0.3.72", optional = true } +js-sys = { version = "0.3.73", optional = true } wasm-bindgen = { version = "0.2.95", optional = true } wasm-bindgen-futures = { version = "0.4.45", optional = true } wasm-streams = { version = "0.4.2", optional = true } diff --git a/tachys/Cargo.toml b/tachys/Cargo.toml index 75e5e0b77b..a0f31e7f85 100644 --- a/tachys/Cargo.toml +++ b/tachys/Cargo.toml @@ -24,7 +24,7 @@ once_cell = "1.20" paste = "1.0" wasm-bindgen = "0.2.95" html-escape = "0.2.13" -js-sys = "0.3.72" +js-sys = "0.3.73" web-sys = { version = "0.3.72", features = [ "Window", "Document",