From fc2c52eb0494adcf90fa5cf0baf8046f4e8bf683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:48:03 -0800 Subject: [PATCH] chore(deps): bump js-sys from 0.3.72 to 0.3.74 (#3306) Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.72 to 0.3.74. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hydration_context/Cargo.toml b/hydration_context/Cargo.toml index 3c6371d1cb..8d6c2fed95 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.74", 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..09cd0eb0ae 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.74" 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..1c0ed3f59a 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.74", 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 a0118f5ba3..4f9a5533a7 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.74" } 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 280d61ee5e..29e94e141c 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.74", optional = true } wasm-bindgen = { version = "0.2.95", optional = true } wasm-bindgen-futures = { version = "0.4.47", optional = true } wasm-streams = { version = "0.4.2", optional = true } diff --git a/tachys/Cargo.toml b/tachys/Cargo.toml index 5f08779248..af5e0dabfd 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.74" web-sys = { version = "0.3.72", features = [ "Window", "Document",