From f3fcae624c900781ad1cb49baaea19b3feb4877a Mon Sep 17 00:00:00 2001 From: picoHz <53327867+picoHz@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:45:17 +0900 Subject: [PATCH] Update yewdux to version 0.11.0 and remove anymap dependency --- Cargo.lock | 15 ++++----------- taxy-webui/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a32855c..7d2da2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,12 +103,6 @@ version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" -[[package]] -name = "anymap" -version = "1.0.0-beta.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72" - [[package]] name = "anymap2" version = "0.13.0" @@ -5274,11 +5268,10 @@ dependencies = [ [[package]] name = "yewdux" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f3154e906048f189b77b241ec4956cb1cf341637dc89a4d0a24701e5a762bb" +checksum = "8030a7de50678c07c038dcb96a42f1e8a7c4cc5610451fbee0c676aa7df42967" dependencies = [ - "anymap", "log", "serde", "serde_json", @@ -5292,9 +5285,9 @@ dependencies = [ [[package]] name = "yewdux-macros" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0701f8edd01519c953a9fcd3b88a2650a4351911f7492744e117d59f39f156c" +checksum = "e7ac6ccd84a49bbce44610d44eb6686a1266337d0cd3aeadb5564ab76a2819f0" dependencies = [ "darling", "proc-macro-error", diff --git a/taxy-webui/Cargo.toml b/taxy-webui/Cargo.toml index bad53d7..16a97b0 100644 --- a/taxy-webui/Cargo.toml +++ b/taxy-webui/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "1.0.102" gloo-utils = "0.2.0" serde_derive = "1.0.171" serde = "1.0.171" -yewdux = "0.10.0" +yewdux = "0.11.0" web-sys = { version = "0.3.64", features = ["HtmlSelectElement"] } futures = "0.3.28" gloo-dialogs = "0.2.0"