From 5c2a5d45192ba12f7244dceec341b3131f3bc9c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:07:20 +0000 Subject: [PATCH] deps(deps): bump leptos-struct-table from 0.18.0 to 0.19.0 Bumps [leptos-struct-table](https://github.com/Synphonyte/leptos-struct-table) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/Synphonyte/leptos-struct-table/releases) - [Changelog](https://github.com/Synphonyte/leptos-struct-table/blob/master/CHANGELOG.md) - [Commits](https://github.com/Synphonyte/leptos-struct-table/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: leptos-struct-table dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 +++++++++++++++++++++++---- crates/web/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94fd14c..7103d05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,13 +2694,13 @@ dependencies = [ [[package]] name = "leptos-struct-table" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8512aac7ab65b0e8f4c963abd4a0501fe49eac2ab18b99a046001e7ea73a07df" +checksum = "c07fea88b3965e9cb15aba0f3adbb4c72639ab8050a56bf2991482bdc947f40a" dependencies = [ "leptos", "leptos-struct-table-macro", - "leptos-use", + "leptos-use 0.19.0", "send_wrapper", "serde", "wasm-bindgen", @@ -2741,6 +2741,25 @@ dependencies = [ "web-sys", ] +[[package]] +name = "leptos-use" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc07f2657dcc366ef2d80045354143f6e0a86919763a1a5753cd3871f8f95e2d" +dependencies = [ + "cfg-if", + "default-struct-builder", + "js-sys", + "lazy_static", + "leptos", + "paste", + "send_wrapper", + "thiserror 2.0.18", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + [[package]] name = "leptos_config" version = "0.8.10" @@ -2803,7 +2822,7 @@ dependencies = [ "icu_locale", "icu_plurals", "leptos", - "leptos-use", + "leptos-use 0.18.3", "leptos_i18n_macro", "leptos_meta", "serde", diff --git a/crates/web/Cargo.toml b/crates/web/Cargo.toml index 79d1d42..8cb7202 100644 --- a/crates/web/Cargo.toml +++ b/crates/web/Cargo.toml @@ -27,7 +27,7 @@ serde.workspace = true leptos = { version = "0.8.9", features = ["csr"], default-features = false } leptos_router = "0.8.7" gloo-timers = { version = "0.4.0", features = ["futures"] } -leptos-struct-table = "0.18.0" +leptos-struct-table = "0.19.0" web-sys = "0.3" console_error_panic_hook = "0.1.7" chrono = { version = "0.4", features = ["serde"] }