From f301b081b62c7e7de7bad9bc3e9e6ba6fddda716 Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Fri, 5 Sep 2025 16:19:45 -0500 Subject: [PATCH 1/7] patch dioxus --- Cargo.lock | 1196 +++++++++++++++++++++++++++------------------------- Cargo.toml | 6 + 2 files changed, 625 insertions(+), 577 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e843c4aa..9468fac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" dependencies = [ "android-properties", - "bitflags 2.9.1", + "bitflags 2.9.4", "cc", "cesu8", "jni", @@ -216,15 +216,15 @@ dependencies = [ "image", "kurbo", "peniko", - "thiserror 2.0.14", + "thiserror 2.0.16", "usvg", ] [[package]] name = "anyrender_vello" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b66b1f86022b8a391fcd98b6896515fad5587775ed0113844f1f59f22f81d8c" +checksum = "8c7bfb13ee0f53fb0bd500edb21f601e48e86d95d739c1a0a92579c7982b73d3" dependencies = [ "anyrender", "debug_timer", @@ -293,7 +293,7 @@ dependencies = [ "wayland-backend", "wayland-client", "wayland-protocols", - "zbus 5.9.0", + "zbus 5.10.0", ] [[package]] @@ -328,9 +328,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.2" +version = "1.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" +checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" dependencies = [ "async-task", "concurrent-queue", @@ -406,7 +406,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -441,7 +441,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -653,26 +653,28 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.1" +version = "2.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" +checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" dependencies = [ "serde", ] [[package]] name = "blitz-dom" -version = "0.1.0-rc.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145a503f45b2284a75ca1e715dbbef4d1ccf1eeace85330e29a2ae12a01d1263" +checksum = "b40d275ae1ea7c6b70233ebd6ed4278038ab4d00dcc1812bca14c9c3ab065116" dependencies = [ "accesskit", "app_units", "atomic_refcell", - "bitflags 2.9.1", + "bitflags 2.9.4", "blitz-traits", "color", + "cssparser 0.35.0", "cursor-icon", + "debug_timer", "euclid", "fastrand", "html-escape", @@ -683,7 +685,9 @@ dependencies = [ "parley", "peniko", "percent-encoding", - "selectors 0.29.0", + "rayon", + "selectors 0.31.0", + "skrifa 0.31.3", "slab", "smallvec", "stylo", @@ -697,11 +701,23 @@ dependencies = [ "usvg", ] +[[package]] +name = "blitz-html" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58dcb1b0ff3be0a452e39f84d3f9117a28df98a99c25351d8506910ea142d3cd" +dependencies = [ + "blitz-dom", + "blitz-traits", + "html5ever 0.35.0", + "xml5ever", +] + [[package]] name = "blitz-net" -version = "0.1.0-rc.2" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2a5ebc8993e3985097716262d4d496c18d3324727109e3c865071776dfe38b1" +checksum = "2434788de88b5b6b10a4b71b08284be3126633caa53c15063a2bf322ef6c6202" dependencies = [ "blitz-traits", "data-url", @@ -711,9 +727,9 @@ dependencies = [ [[package]] name = "blitz-paint" -version = "0.1.0-rc.2" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d62c7953382622298402412535db1796aaa83c71600bfc77fa7627a39aa722d" +checksum = "5442484c1401ff358249d7390783c0bf3c71fd6968551fcc8c55809a0db47a87" dependencies = [ "anyrender", "anyrender_svg", @@ -732,9 +748,9 @@ dependencies = [ [[package]] name = "blitz-shell" -version = "0.1.0-rc.2" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347af5abefe16205d61a49101aeedeb9b4dafe4bb0c64858b267e448cfa0a471" +checksum = "14603c202d692b179db363ff1819578f80ee266f9ce6bd8b4efb3e7122cbdbc0" dependencies = [ "accesskit", "accesskit_winit", @@ -751,11 +767,11 @@ dependencies = [ [[package]] name = "blitz-traits" -version = "0.1.0-rc.2" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cb0235930120526087ce9d69fa2d6828e3fb078c61dde43231acec7968376bf" +checksum = "28632c6f78fa8a70c11f88df2c0fe459c1391acf2cf1032040a57e991f4b5512" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "bytes", "cursor-icon", "http", @@ -834,7 +850,7 @@ checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -861,7 +877,7 @@ version = "0.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cairo-sys-rs", "glib", "libc", @@ -886,7 +902,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "log", "polling", "rustix 0.38.44", @@ -908,10 +924,11 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.32" +version = "1.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e" +checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54" dependencies = [ + "find-msvc-tools", "jobserver", "libc", "shlex", @@ -946,9 +963,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" +checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "cfg_aliases" @@ -967,7 +984,7 @@ dependencies = [ "js-sys", "num-traits", "wasm-bindgen", - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -1003,7 +1020,7 @@ version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad36507aeb7e16159dfe68db81ccc27571c3ccd4b76fb2fb72fc59e7a4b1b64c" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block", "cocoa-foundation", "core-foundation 0.10.1", @@ -1019,7 +1036,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81411967c50ee9a1fc11365f8c585f863a22a9697c89239c452292c40ba79b0d" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block", "core-foundation 0.10.1", "core-graphics-types 0.2.0", @@ -1067,21 +1084,10 @@ dependencies = [ "crossbeam-utils", ] -[[package]] -name = "console_error_panic_hook" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" -dependencies = [ - "cfg-if", - "wasm-bindgen", -] - [[package]] name = "const-serialize" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c02a1f46ffe1c6f05edf568a7d8e2ab477c75a6ec5f33d2b83ce54fc3f096ca" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "const-serialize-macro", "serde", @@ -1090,12 +1096,11 @@ dependencies = [ [[package]] name = "const-serialize-macro" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1da74b91de7c3426afaed28ed514bc4cd39821eeecf9f32dc424023310a63ae4" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -1194,7 +1199,7 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "core-foundation 0.10.1", "core-graphics-types 0.2.0", "foreign-types 0.5.0", @@ -1218,7 +1223,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "core-foundation 0.10.1", "libc", ] @@ -1338,7 +1343,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" dependencies = [ "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -1353,8 +1358,18 @@ version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ - "darling_core", - "darling_macro", + "darling_core 0.20.11", + "darling_macro 0.20.11", +] + +[[package]] +name = "darling" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" +dependencies = [ + "darling_core 0.21.3", + "darling_macro 0.21.3", ] [[package]] @@ -1367,7 +1382,20 @@ dependencies = [ "ident_case", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", +] + +[[package]] +name = "darling_core" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "syn 2.0.106", ] [[package]] @@ -1376,9 +1404,20 @@ version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ - "darling_core", + "darling_core 0.20.11", + "quote", + "syn 2.0.106", +] + +[[package]] +name = "darling_macro" +version = "0.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" +dependencies = [ + "darling_core 0.21.3", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -1403,15 +1442,15 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "data-url" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" +checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" [[package]] name = "debug_timer" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6283985164a993d14300c81746aa6db2d889ed9fbb573fa20b40737c3a972c" +checksum = "666ffd4494c077ad572420cc52aded853e1cac859147455f82b0bc578b442076" [[package]] name = "deranged" @@ -1432,7 +1471,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -1452,7 +1491,7 @@ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -1468,21 +1507,20 @@ dependencies = [ [[package]] name = "dioxus" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c5e29983134d7b38f2d4578afc649ce5df744d9a7e13a1b1a983376f1056f41" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-asset-resolver", "dioxus-cli-config", - "dioxus-config-macro", + "dioxus-config-macro 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-config-macros", "dioxus-core", - "dioxus-core-macro", + "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-desktop", "dioxus-devtools", "dioxus-document", "dioxus-fullstack", "dioxus-history", - "dioxus-hooks", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-html", "dioxus-liveview", "dioxus-logger", @@ -1503,8 +1541,7 @@ dependencies = [ [[package]] name = "dioxus-asset-resolver" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b6782436b323a84b4d9f90cf2365b35a1cdb918191221f71865dcc2e70016b6" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-cli-config", "http", @@ -1516,7 +1553,7 @@ dependencies = [ "ndk-context", "ndk-sys 0.6.0+11769913", "percent-encoding", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "wasm-bindgen-futures", "web-sys", @@ -1525,8 +1562,7 @@ dependencies = [ [[package]] name = "dioxus-cli-config" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cec511d8a05ed60071bb0088f07ec40325faf27a608fa19d65befdd842b57f" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "wasm-bindgen", ] @@ -1541,17 +1577,24 @@ dependencies = [ "quote", ] +[[package]] +name = "dioxus-config-macro" +version = "0.7.0-rc.0" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +dependencies = [ + "proc-macro2", + "quote", +] + [[package]] name = "dioxus-config-macros" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349cae693022df3af125c9f794aef0ffec97f2e1d01c252d883149e7ca7a0324" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" [[package]] name = "dioxus-core" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b55eccaa5c4f35f1755ea18a5716fe8ecba60ff1f25c52be6ceda2e6a52eb6" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "const_format", "dioxus-core-types", @@ -1576,23 +1619,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9280f81c8d58863b3077f1b7ca097e2f2b28d30a5aa02a656fbf72b0aee1bd9f" dependencies = [ "convert_case 0.8.0", - "dioxus-rsx", + "dioxus-rsx 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", +] + +[[package]] +name = "dioxus-core-macro" +version = "0.7.0-rc.0" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +dependencies = [ + "convert_case 0.8.0", + "dioxus-rsx 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", + "proc-macro2", + "quote", + "syn 2.0.106", ] [[package]] name = "dioxus-core-types" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0ef2a94b4ceb8f7a39f56a539d07e82b0358a49a0b95028ad48635975df29d7" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" [[package]] name = "dioxus-desktop" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8190b532291840504195a5aeb9125f53df2001006acdcd876929d64ecdac1fc8" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "async-trait", "base64", @@ -1604,7 +1657,7 @@ dependencies = [ "dioxus-devtools", "dioxus-document", "dioxus-history", - "dioxus-hooks", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-html", "dioxus-interpreter-js", "dioxus-signals", @@ -1633,7 +1686,7 @@ dependencies = [ "slab", "subtle", "tao", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "tray-icon", @@ -1645,8 +1698,7 @@ dependencies = [ [[package]] name = "dioxus-devtools" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60af4e129968ab1713471ed0b29c3eefa4e8e09252429487d7a581e93c7ecfe5" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-cli-config", "dioxus-core", @@ -1655,7 +1707,7 @@ dependencies = [ "serde", "serde_json", "subsecond", - "thiserror 2.0.14", + "thiserror 2.0.16", "tracing", "tungstenite 0.27.0", "warnings", @@ -1664,8 +1716,7 @@ dependencies = [ [[package]] name = "dioxus-devtools-types" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64274704b6a8d018112473cdce0b3db1dcccfa79bde445223592fe4e396ff5ef" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-core", "serde", @@ -1675,11 +1726,10 @@ dependencies = [ [[package]] name = "dioxus-document" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c7f4ff62a842c026c74b9782dd9117a2310ec52de69d858a9e54b96b3bac15" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-core", - "dioxus-core-macro", + "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-core-types", "dioxus-html", "futures-channel", @@ -1694,8 +1744,7 @@ dependencies = [ [[package]] name = "dioxus-fullstack" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819981e8aa811d9b81ac3135a8a74db2f1fa7510473c3251f98eceb2c710632e" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "base64", "bytes", @@ -1723,23 +1772,23 @@ dependencies = [ [[package]] name = "dioxus-fullstack-hooks" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef5fad61b2821b8f26c8498834920d617449d0b866aaac01b95284237f76e9d5" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-core", + "dioxus-document", "dioxus-fullstack-protocol", "dioxus-history", - "dioxus-hooks", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-signals", "futures-channel", + "futures-util", "serde", ] [[package]] name = "dioxus-fullstack-protocol" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f266ad9e20be14b8899f2133dd942131f03e6749650e65e2aaec2c7f8a4bc1" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "base64", "ciborium", @@ -1751,8 +1800,7 @@ dependencies = [ [[package]] name = "dioxus-history" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e9e34323717a78ea3f8ba5072ff484744a656e8d422932c19937b67f45113e" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-core", "tracing", @@ -1775,17 +1823,32 @@ dependencies = [ "warnings", ] +[[package]] +name = "dioxus-hooks" +version = "0.7.0-rc.0" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +dependencies = [ + "dioxus-core", + "dioxus-signals", + "futures-channel", + "futures-util", + "generational-box", + "rustversion", + "slab", + "tracing", + "warnings", +] + [[package]] name = "dioxus-html" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "073e5b69a7b66e9cbb49530df8c4cf86bf2aff3322ba86a3d722f9d58cd9c54b" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "async-trait", "dioxus-core", - "dioxus-core-macro", + "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-core-types", - "dioxus-hooks", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-html-internal-macro", "enumset", "euclid", @@ -1803,13 +1866,12 @@ dependencies = [ [[package]] name = "dioxus-html-internal-macro" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162beea862dc888897a0b527db08724ede0f09e59fe081ab39caa0b085f40e10" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "convert_case 0.8.0", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -1819,7 +1881,7 @@ source = "git+https://github.com/dioxus-community/dioxus-i18n.git?branch=main#31 dependencies = [ "dioxus-lib", "fluent", - "thiserror 2.0.14", + "thiserror 2.0.16", "unic-langid", "walkdir", ] @@ -1827,8 +1889,7 @@ dependencies = [ [[package]] name = "dioxus-interpreter-js" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd2ef3fe9bddfcac6d2ccf123d4834b5c3d97e6f2be8fcbfc4943226d9d7d4fe" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-core", "dioxus-core-types", @@ -1847,14 +1908,13 @@ dependencies = [ [[package]] name = "dioxus-isrg" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de299631d53fbde53d86609884a5b2bae65d9c1d86c78a79b7d2254b9ba1771" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "chrono", "http", "lru", "rustc-hash 2.1.1", - "thiserror 2.0.14", + "thiserror 2.0.16", "tracing", "walkdir", ] @@ -1865,19 +1925,18 @@ version = "0.7.0-alpha.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3340a7eeebc207010d27dcf2b347c748dfd6a8605dc3624019f0c7a06e0d5d8b" dependencies = [ - "dioxus-config-macro", + "dioxus-config-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "dioxus-core", - "dioxus-core-macro", - "dioxus-hooks", - "dioxus-rsx", + "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-rsx 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "dioxus-signals", ] [[package]] name = "dioxus-liveview" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90ea4ac81b0c239f00c70a06d1433135babca3412817d4c21a1a188964e5a7f" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "axum", "dioxus-cli-config", @@ -1894,7 +1953,7 @@ dependencies = [ "serde", "serde_json", "slab", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-stream", "tokio-util", @@ -1904,10 +1963,8 @@ dependencies = [ [[package]] name = "dioxus-logger" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d39a7c4d1f848fa62d0e605aabce921cc8a95ccea3d17101a840d216471adb7" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ - "console_error_panic_hook", "dioxus-cli-config", "tracing", "tracing-subscriber", @@ -1917,12 +1974,12 @@ dependencies = [ [[package]] name = "dioxus-native" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a16872aea7351188328abf35ad476660521c4d66bcafb958c56c13b56de3ad33" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "anyrender", "anyrender_vello", "blitz-dom", + "blitz-html", "blitz-net", "blitz-paint", "blitz-shell", @@ -1946,8 +2003,7 @@ dependencies = [ [[package]] name = "dioxus-native-dom" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3e4fff38c6894988a330a1a4960309e7af5833a7c14c0e5f2ba81b734a786d" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "blitz-dom", "blitz-traits", @@ -1973,15 +2029,14 @@ dependencies = [ [[package]] name = "dioxus-router" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6260ba0131670716b7410bc6b2eba13cc7677ba133c9678b5508214a7a2a1794" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-cli-config", "dioxus-core", - "dioxus-core-macro", + "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-fullstack-hooks", "dioxus-history", - "dioxus-hooks", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-html", "dioxus-router-macro", "dioxus-signals", @@ -1994,8 +2049,7 @@ dependencies = [ [[package]] name = "dioxus-router-macro" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b71f2013d2871815f6e84478198c5f458c735f053703a800a9ac684b98de2cfa" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "base16", "digest", @@ -2003,7 +2057,7 @@ dependencies = [ "quote", "sha2", "slab", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2015,14 +2069,24 @@ dependencies = [ "proc-macro2", "proc-macro2-diagnostics", "quote", - "syn 2.0.105", + "syn 2.0.106", +] + +[[package]] +name = "dioxus-rsx" +version = "0.7.0-rc.0" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +dependencies = [ + "proc-macro2", + "proc-macro2-diagnostics", + "quote", + "syn 2.0.106", ] [[package]] name = "dioxus-server" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1116ed485980f0df75d9251dd216e325e059d71fe1ef823ee967105aa4d4be48" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "async-trait", "axum", @@ -2032,7 +2096,7 @@ dependencies = [ "dashmap", "dioxus-cli-config", "dioxus-core", - "dioxus-core-macro", + "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", "dioxus-devtools", "dioxus-document", "dioxus-fullstack-hooks", @@ -2057,7 +2121,7 @@ dependencies = [ "serde", "server_fn", "subsecond", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-util", "tower", @@ -2071,8 +2135,7 @@ dependencies = [ [[package]] name = "dioxus-signals" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1d0e70a8da969c0404f5ef8cf6f47042bea55608b582079f3ea3d9fff46125c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-core", "futures-channel", @@ -2087,8 +2150,7 @@ dependencies = [ [[package]] name = "dioxus-ssr" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21c377da1f2ea708be1112dd61189d6dcd19c8db25208b750c3849f760fa854d" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "askama_escape", "dioxus-core", @@ -2099,8 +2161,7 @@ dependencies = [ [[package]] name = "dioxus-stores" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5494e5aa7333f3be918741eeb6bfb4d1cbf28d25035a2a3c2c5bcebdc27b0b68" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dioxus-core", "dioxus-signals", @@ -2110,13 +2171,12 @@ dependencies = [ [[package]] name = "dioxus-stores-macro" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecb7365b1a587a9f2340cf8f925a00b997d8d31b4ee25ecb21ca8bdf99c2c33" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "convert_case 0.8.0", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2133,8 +2193,7 @@ dependencies = [ [[package]] name = "dioxus-web" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34eb4f341b0203f7b1fe1804d4561a19a399bf7fa4821a5b87cff5fd89d834bd" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "async-trait", "dioxus-cli-config", @@ -2142,6 +2201,7 @@ dependencies = [ "dioxus-core-types", "dioxus-devtools", "dioxus-document", + "dioxus-fullstack-hooks", "dioxus-fullstack-protocol", "dioxus-history", "dioxus-html", @@ -2166,13 +2226,12 @@ dependencies = [ [[package]] name = "dioxus_server_macro" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a032e9eaa291ded578b6c368ba35dd18d052e1cbcf2395244e555edd1767e61" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "proc-macro2", "quote", "server_fn_macro", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2193,7 +2252,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] @@ -2208,7 +2267,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.6.1", "libc", "objc2 0.6.2", @@ -2222,7 +2281,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2236,9 +2295,9 @@ dependencies = [ [[package]] name = "dlopen2" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6" +checksum = "b54f373ccf864bf587a89e880fb7610f8d73f3045f13580948ccbcaff26febff" dependencies = [ "dlopen2_derive", "libc", @@ -2254,7 +2313,7 @@ checksum = "788160fb30de9cdd857af31c6a2675904b16ece8fc2737b2c7127ba368c9d0f4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2338,28 +2397,28 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] name = "enumset" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6ee17054f550fd7400e1906e2f9356c7672643ed34008a9e8abe147ccd2d821" +checksum = "25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634" dependencies = [ "enumset_derive", ] [[package]] name = "enumset_derive" -version = "0.12.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d07902c93376f1e96c34abc4d507c0911df3816cef50b01f5a2ff3ad8c370d" +checksum = "f43e744e4ea338060faee68ed933e46e722fb7f3617e722a5772d7e856d8b3ce" dependencies = [ - "darling", + "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2434,6 +2493,12 @@ dependencies = [ "rustc_version", ] +[[package]] +name = "find-msvc-tools" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" + [[package]] name = "flate2" version = "1.1.2" @@ -2492,7 +2557,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198" dependencies = [ "memchr", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -2565,7 +2630,7 @@ dependencies = [ "objc2-core-text", "objc2-foundation 0.3.1", "peniko", - "read-fonts", + "read-fonts 0.29.3", "roxmltree", "smallvec", "windows 0.58.0", @@ -2599,7 +2664,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2616,9 +2681,9 @@ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] @@ -2713,7 +2778,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -2843,8 +2908,7 @@ dependencies = [ [[package]] name = "generational-box" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb058e0358ff765e719ab3e61629c5090fedb6a6ccf66479de21440a33d7f084" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "parking_lot", "tracing", @@ -2862,19 +2926,19 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.4.3" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" +checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55" dependencies = [ - "libc", - "windows-targets 0.48.5", + "rustix 1.0.8", + "windows-targets 0.52.6", ] [[package]] name = "getopts" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1" +checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" dependencies = [ "unicode-width 0.2.1", ] @@ -2910,7 +2974,7 @@ dependencies = [ "cfg-if", "libc", "r-efi", - "wasi 0.14.2+wasi-0.2.4", + "wasi 0.14.3+wasi-0.2.4", ] [[package]] @@ -2978,7 +3042,7 @@ version = "0.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "futures-channel", "futures-core", "futures-executor", @@ -3006,7 +3070,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -3030,7 +3094,7 @@ dependencies = [ "objc2 0.6.2", "objc2-app-kit 0.3.1", "once_cell", - "thiserror 2.0.14", + "thiserror 2.0.16", "windows-sys 0.59.0", "x11rb", "xkeysym", @@ -3120,7 +3184,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "gpu-alloc-types", ] @@ -3130,7 +3194,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] @@ -3151,7 +3215,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "gpu-descriptor-types", "hashbrown 0.15.5", ] @@ -3162,14 +3226,14 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] name = "grid" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71b01d27060ad58be4663b9e4ac9e2d4806918e8876af8912afbddd1a91d5eaa" +checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681" [[package]] name = "gtk" @@ -3220,7 +3284,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -3327,7 +3391,18 @@ dependencies = [ "log", "mac", "markup5ever 0.14.1", - "match_token", + "match_token 0.1.0", +] + +[[package]] +name = "html5ever" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" +dependencies = [ + "log", + "markup5ever 0.35.0", + "match_token 0.35.0", ] [[package]] @@ -3384,13 +3459,14 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2", "http", "http-body", @@ -3398,6 +3474,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -3600,7 +3677,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -3633,9 +3710,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", @@ -3687,18 +3764,18 @@ checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" [[package]] name = "immutable-chunkmap" -version = "2.0.6" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f97096f508d54f8f8ab8957862eee2ccd628847b6217af1a335e1c44dee578" +checksum = "e2194c61e2a29841937e84ec2264a905985c397ccccfbd4783191d3285fa92ef" dependencies = [ "arrayvec", ] [[package]] name = "indexmap" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" +checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" dependencies = [ "equivalent", "hashbrown 0.15.5", @@ -3734,20 +3811,20 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.20" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83" +checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" dependencies = [ "rustversion", ] [[package]] name = "io-uring" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" +checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "libc", ] @@ -3830,9 +3907,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ "getrandom 0.3.3", "libc", @@ -3840,9 +3917,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.77" +version = "0.3.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" +checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" dependencies = [ "once_cell", "wasm-bindgen", @@ -3854,7 +3931,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "serde", "unicode-segmentation", ] @@ -3883,7 +3960,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02cb977175687f33fa4afa0c95c112b987ea1443e5a51c8f8ff27dc618270cc2" dependencies = [ "cssparser 0.29.6", - "html5ever", + "html5ever 0.29.1", "indexmap", "selectors 0.24.0", ] @@ -3908,8 +3985,7 @@ checksum = "e49596223b9d9d4947a14a25c142a6e7d8ab3f27eb3ade269d238bb8b5c267e2" [[package]] name = "lazy-js-bundle" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22c4abc3d491546025db72681ed8b1ff0e6e77d67f196460179b027d591b6ff" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" [[package]] name = "lazy_static" @@ -3979,7 +4055,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "libc", "redox_syscall 0.5.17", ] @@ -4045,9 +4121,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "longest-increasing-subsequence" @@ -4078,7 +4154,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -4097,15 +4173,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f44db74bde26fdf427af23f1d146c211aed857c59e3be750cf2617f6b0b05c94" dependencies = [ "proc-macro2", - "syn 2.0.105", + "syn 2.0.106", "synstructure", ] [[package]] name = "manganis" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "105544bc1d466decccab19427eddb801b6e575bb4907410eb4fed604ed78d358" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "const-serialize", "manganis-core", @@ -4115,8 +4190,7 @@ dependencies = [ [[package]] name = "manganis-core" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d71ef461824c58f3d260c1f548f7a8aee2e0b6b805a503d15f8535a3a6272d7" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "const-serialize", "dioxus-cli-config", @@ -4127,15 +4201,14 @@ dependencies = [ [[package]] name = "manganis-macro" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06115a15f5d7bf6fcfee1b6979155cc51ab21ce7f06d907f6435d24175778f9e" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "dunce", "macro-string", "manganis-core", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -4171,16 +4244,27 @@ checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", +] + +[[package]] +name = "match_token" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.106", ] [[package]] name = "matchers" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" dependencies = [ - "regex-automata 0.1.10", + "regex-automata", ] [[package]] @@ -4203,18 +4287,18 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "memfd" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" +checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" dependencies = [ - "rustix 0.38.44", + "rustix 1.0.8", ] [[package]] name = "memmap2" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28" +checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" dependencies = [ "libc", ] @@ -4234,7 +4318,7 @@ version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block", "core-graphics-types 0.1.3", "foreign-types 0.5.0", @@ -4297,7 +4381,7 @@ dependencies = [ "objc2-foundation 0.3.1", "once_cell", "png", - "thiserror 2.0.14", + "thiserror 2.0.16", "windows-sys 0.60.2", ] @@ -4326,7 +4410,7 @@ checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e" dependencies = [ "arrayvec", "bit-set", - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg_aliases", "codespan-reporting", "hexf-parse", @@ -4336,7 +4420,7 @@ dependencies = [ "spirv", "strum 0.26.3", "termcolor", - "thiserror 2.0.14", + "thiserror 2.0.16", "unicode-xid", ] @@ -4363,7 +4447,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "jni-sys", "log", "ndk-sys 0.6.0+11769913", @@ -4408,7 +4492,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "cfg_aliases", "libc", @@ -4421,7 +4505,7 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "cfg_aliases", "libc", @@ -4448,7 +4532,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -4498,7 +4582,7 @@ dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -4542,7 +4626,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "libc", "objc2 0.5.2", @@ -4558,7 +4642,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.6.1", "objc2 0.6.2", "objc2-core-foundation", @@ -4571,7 +4655,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "objc2 0.5.2", "objc2-core-location", @@ -4595,7 +4679,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "objc2 0.5.2", "objc2-foundation 0.2.2", @@ -4607,7 +4691,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "dispatch2", "objc2 0.6.2", ] @@ -4618,7 +4702,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "objc2-core-foundation", ] @@ -4652,7 +4736,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ba833d4a1cb1aac330f8c973fd92b6ff1858e4aef5cdd00a255eefb28022fb5" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "objc2-core-foundation", ] @@ -4677,7 +4761,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "dispatch", "libc", @@ -4690,7 +4774,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.6.1", "objc2 0.6.2", "objc2-core-foundation", @@ -4714,7 +4798,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "objc2 0.5.2", "objc2-foundation 0.2.2", @@ -4726,7 +4810,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "objc2 0.5.2", "objc2-foundation 0.2.2", @@ -4749,7 +4833,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "objc2 0.5.2", "objc2-cloud-kit", @@ -4770,7 +4854,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "objc2 0.6.2", "objc2-core-foundation", "objc2-foundation 0.3.1", @@ -4793,7 +4877,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "objc2 0.5.2", "objc2-core-location", @@ -4806,7 +4890,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91672909de8b1ce1c2252e95bbee8c1649c9ad9d14b9248b3d7b4c47903c47ad" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.6.1", "objc2 0.6.2", "objc2-app-kit 0.3.1", @@ -4844,7 +4928,7 @@ version = "6.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "libc", "once_cell", "onig_sys", @@ -4866,7 +4950,7 @@ version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg-if", "foreign-types 0.3.2", "libc", @@ -4883,7 +4967,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -5010,7 +5094,7 @@ dependencies = [ "fontique", "hashbrown 0.15.5", "peniko", - "skrifa", + "skrifa 0.31.3", "swash", ] @@ -5033,9 +5117,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "phf" @@ -5141,7 +5225,7 @@ dependencies = [ "phf_shared 0.11.3", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -5194,7 +5278,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -5234,7 +5318,7 @@ checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1" dependencies = [ "base64", "indexmap", - "quick-xml 0.38.1", + "quick-xml 0.38.3", "serde", "time", ] @@ -5374,9 +5458,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.97" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1" +checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" dependencies = [ "unicode-ident", ] @@ -5389,7 +5473,7 @@ checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "version_check", ] @@ -5405,7 +5489,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "getopts", "memchr", "pulldown-cmark-escape", @@ -5445,9 +5529,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.38.1" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9845d9dccf565065824e69f9f235fafba1587031eda353c1f1561cd6a6be78f4" +checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" dependencies = [ "memchr", ] @@ -5625,6 +5709,16 @@ dependencies = [ "font-types", ] +[[package]] +name = "read-fonts" +version = "0.33.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50ea612a55c08586a1d15134be8a776186c440c312ebda3b9e8efbfe4255b7f4" +dependencies = [ + "bytemuck", + "font-types", +] + [[package]] name = "redox_syscall" version = "0.4.1" @@ -5640,7 +5734,7 @@ version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] @@ -5651,52 +5745,25 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.14", -] - -[[package]] -name = "regex" -version = "1.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" -dependencies = [ - "aho-corasick", - "memchr", - "regex-automata 0.4.9", - "regex-syntax 0.8.5", -] - -[[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" -dependencies = [ - "regex-syntax 0.6.29", + "thiserror 2.0.16", ] [[package]] name = "regex-automata" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" +checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.5", + "regex-syntax", ] [[package]] name = "regex-syntax" -version = "0.6.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - -[[package]] -name = "regex-syntax" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" +checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" [[package]] name = "renderdoc-sys" @@ -5825,7 +5892,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "errno", "libc", "linux-raw-sys 0.4.15", @@ -5838,7 +5905,7 @@ version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "errno", "libc", "linux-raw-sys 0.9.4", @@ -5890,7 +5957,7 @@ version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "bytemuck", "core_maths", "log", @@ -5957,7 +6024,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "core-foundation 0.9.4", "core-foundation-sys", "libc", @@ -5994,11 +6061,11 @@ dependencies = [ [[package]] name = "selectors" -version = "0.29.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61a96a0a2d04f964888e003ec83e3172159a16e81b35de9f6ab85d8767cf2b1" +checksum = "5685b6ae43bfcf7d2e7dfcfb5d8e8f61b46442c902531e41a32a9a8bf0ee0fb6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cssparser 0.35.0", "derive_more 2.0.1", "fxhash", @@ -6062,14 +6129,14 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] name = "serde_json" -version = "1.0.142" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "itoa", "memchr", @@ -6095,7 +6162,7 @@ checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352" dependencies = [ "percent-encoding", "serde", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -6106,7 +6173,7 @@ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -6158,7 +6225,7 @@ dependencies = [ "serde_json", "serde_qs", "server_fn_macro_default", - "thiserror 2.0.14", + "thiserror 2.0.16", "throw_error", "tokio", "tokio-tungstenite 0.27.0", @@ -6183,7 +6250,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version", - "syn 2.0.105", + "syn 2.0.106", "xxhash-rust", ] @@ -6194,7 +6261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca7abc92ed696648275ed9ff171131a83d571af11748593dc2e6eb6a4e22a5b9" dependencies = [ "server_fn_macro", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -6307,7 +6374,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607" dependencies = [ "bytemuck", - "read-fonts", + "read-fonts 0.29.3", +] + +[[package]] +name = "skrifa" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "576e60c7de4bb6a803a0312f9bef17e78cf1e8d25a80e1ade76770d7a0237955" +dependencies = [ + "bytemuck", + "read-fonts 0.33.1", ] [[package]] @@ -6333,7 +6410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f62f06db0370222f7f498ef478fce9f8df5828848d1d3517e3331936d7074f55" dependencies = [ "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -6373,7 +6450,7 @@ version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "calloop", "calloop-wayland-source", "cursor-icon", @@ -6449,7 +6526,7 @@ version = "0.3.0+sdk-1.3.268.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", ] [[package]] @@ -6526,7 +6603,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -6538,19 +6615,19 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] name = "stylo" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cdb2ebcdd49e8e2524d3045202eb472c4261bb9956294fd52ccc1200b8e0af" +checksum = "2c0e43d53a35821d4a1d0a222f830d4be1b3b9e1711037e176e112aa32006827" dependencies = [ "app_units", "arrayvec", "atomic_refcell", - "bitflags 2.9.1", + "bitflags 2.9.4", "byteorder", "cssparser 0.35.0", "derive_more 2.0.1", @@ -6575,7 +6652,7 @@ dependencies = [ "precomputed-hash", "rayon", "rayon-core", - "selectors 0.29.0", + "selectors 0.31.0", "serde", "servo_arc 0.4.1", "smallbitvec", @@ -6601,9 +6678,9 @@ dependencies = [ [[package]] name = "stylo_atoms" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a2e2d0a6532ae003a87e9a44d35e74175af06cbba191ba80947ba8e9ea369b3" +checksum = "94847461aae1c005d9d5c1fa46243fe7132b709cfdee5d34fa5e636afa146163" dependencies = [ "string_cache", "string_cache_codegen", @@ -6611,43 +6688,43 @@ dependencies = [ [[package]] name = "stylo_config" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a308fdc37610b1b9c6dbce4244a91f7bdf88bf8a13ccfbc50c212e09b29bc7d" +checksum = "4299e2bde00c3adede2698e647dcfcad9f4402252ef66be6ea2d781b4ec32816" [[package]] name = "stylo_derive" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8384a2ebb61abbde4466dfc9d5dcda134dfa939b77bfb2df878d1c7dffe081f1" +checksum = "0f252798e25b50eef5caff400fc39028e156ffbed74b4e3fd22e28aff10ed28f" dependencies = [ - "darling", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "synstructure", ] [[package]] name = "stylo_dom" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6bce5a8c7b6d5657952caeeec50213d356d1ca2f2b042cf4594a897701282e9" +checksum = "f0e0c1bf4e21bc6c921b7b07e2ab1cd6e92bf9f9453f333a14000942f304b20b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "stylo_malloc_size_of", ] [[package]] name = "stylo_malloc_size_of" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc88bd0d890c656478a8bfaab59e0e25d405149ef1117917d792540ab75b47cc" +checksum = "91df5c23c5d3b0fb3e1b11c4b98c6a4b769678055a376954945c2fb20e7438cf" dependencies = [ "app_units", "cssparser 0.35.0", "euclid", - "selectors 0.29.0", + "selectors 0.31.0", "servo_arc 0.4.1", "smallbitvec", "smallvec", @@ -6658,32 +6735,33 @@ dependencies = [ [[package]] name = "stylo_static_prefs" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500f379645e8a87fd03fe88607a5edcb0d8e4e423baa74ba52db198a06a0c261" +checksum = "62601d73eb8743eaed1f227bde2374f672ae8de7db1fedcbe5aca055e3de566b" [[package]] name = "stylo_taffy" -version = "0.1.0-rc.2" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce8876a33e0f3b16916b2b4da1cdbb64b9985d5ae61033d23024d95e45569ac" +checksum = "4919f25cd55489a3d0a5b27b70c7a27d7671ab4ccb448a305102ce5f38618f6d" dependencies = [ "stylo", + "stylo_atoms", "taffy", ] [[package]] name = "stylo_traits" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244bfd473f321ff0258f5b2986e218d5f72507fa405fd131b8dbb5ebac166663" +checksum = "d000ad3fad6a3c0327beeb9b93ddcff7a38f2d8c2910f9a3107b219926fea300" dependencies = [ "app_units", - "bitflags 2.9.1", + "bitflags 2.9.4", "cssparser 0.35.0", "euclid", "malloc_size_of_derive", - "selectors 0.29.0", + "selectors 0.31.0", "serde", "servo_arc 0.4.1", "stylo_atoms", @@ -6697,8 +6775,7 @@ dependencies = [ [[package]] name = "subsecond" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b14ed4d86ab065ffbfdb994fd3e44daf5244b02cb643bd52949d74b703f36605" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "js-sys", "libc", @@ -6707,7 +6784,7 @@ dependencies = [ "memmap2", "serde", "subsecond-types", - "thiserror 2.0.14", + "thiserror 2.0.16", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -6716,8 +6793,7 @@ dependencies = [ [[package]] name = "subsecond-types" version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275920a8a5634e47e12253971db85946798795bbe4d9dfc1debf23533d823983" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" dependencies = [ "serde", ] @@ -6750,7 +6826,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f745de914febc7c9ab4388dfaf94bbc87e69f57bb41133a9b0c84d4be49856f3" dependencies = [ - "skrifa", + "skrifa 0.31.3", "yazi", "zeno", ] @@ -6768,9 +6844,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.105" +version = "2.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619" +checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" dependencies = [ "proc-macro2", "quote", @@ -6794,7 +6870,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -6810,7 +6886,7 @@ dependencies = [ "once_cell", "onig", "plist", - "regex-syntax 0.8.5", + "regex-syntax", "serde", "serde_derive", "serde_json", @@ -6825,7 +6901,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -6855,9 +6931,9 @@ dependencies = [ [[package]] name = "taffy" -version = "0.8.3" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aaef0ac998e6527d6d0d5582f7e43953bb17221ac75bb8eb2fcc2db3396db1c" +checksum = "b25026fb8cc9ab51ab9fdabe5d11706796966f6d1c78e19871ef63be2b8f0644" dependencies = [ "arrayvec", "grid", @@ -6867,11 +6943,12 @@ dependencies = [ [[package]] name = "tao" -version = "0.34.0" +version = "0.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49c380ca75a231b87b6c9dd86948f035012e7171d1a7c40a9c2890489a7ffd8a" +checksum = "959469667dbcea91e5485fc48ba7dd6023face91bb0f1a14681a70f99847c3f7" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", + "block2 0.6.1", "core-foundation 0.10.1", "core-graphics 0.24.0", "crossbeam-channel", @@ -6913,7 +6990,7 @@ checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -6924,15 +7001,15 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", "rustix 1.0.8", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -6972,11 +7049,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.16", ] [[package]] @@ -6987,18 +7064,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -7097,9 +7174,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" dependencies = [ "tinyvec_macros", ] @@ -7130,10 +7207,10 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ba1f5563024b63bb6acb4558452d9ba737518c1d11fcc1861febe98d1e31cf4" dependencies = [ - "darling", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "synstructure", ] @@ -7165,7 +7242,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -7290,7 +7367,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow 0.7.12", + "winnow 0.7.13", ] [[package]] @@ -7315,7 +7392,7 @@ version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "bytes", "futures-core", "futures-util", @@ -7369,7 +7446,7 @@ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -7393,13 +7470,13 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.19" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" +checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" dependencies = [ "matchers", "once_cell", - "regex", + "regex-automata", "sharded-slab", "thread_local", "tracing", @@ -7434,7 +7511,7 @@ dependencies = [ "objc2-foundation 0.3.1", "once_cell", "png", - "thiserror 2.0.14", + "thiserror 2.0.16", "windows-sys 0.59.0", ] @@ -7466,7 +7543,7 @@ dependencies = [ "log", "rand 0.9.2", "sha1", - "thiserror 2.0.14", + "thiserror 2.0.16", "utf-8", ] @@ -7485,7 +7562,7 @@ dependencies = [ "rand 0.9.2", "rustls", "sha1", - "thiserror 2.0.14", + "thiserror 2.0.16", "utf-8", ] @@ -7563,7 +7640,7 @@ checksum = "a1249a628de3ad34b821ecb1001355bca3940bcb2f88558f1a8bd82e977f75b5" dependencies = [ "proc-macro-hack", "quote", - "syn 2.0.105", + "syn 2.0.106", "unic-langid-impl", ] @@ -7647,9 +7724,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.4" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", @@ -7716,9 +7793,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "js-sys", "wasm-bindgen", @@ -7732,18 +7809,18 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vello" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df026e62e8b0d12d55ff5e91ae9114a20f82d9b856bedfdbf3abd5d1472dceed" +checksum = "fa3f8a53870a2ee699ce05b738a3f9974c92c35ed4874de86052ac68d214811c" dependencies = [ "bytemuck", "futures-intrusive", "log", "peniko", "png", - "skrifa", + "skrifa 0.35.0", "static_assertions", - "thiserror 2.0.14", + "thiserror 2.0.16", "vello_encoding", "vello_shaders", "wgpu", @@ -7751,26 +7828,26 @@ dependencies = [ [[package]] name = "vello_encoding" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5702642f6ea77eedc12d119e1eebead0dba3cf91fe5c5d1f3efc12bf0cfaf1" +checksum = "c69b0fe94b0ac7e47619c504ee2c377355174f5c46353c46d03fa5f7e435922b" dependencies = [ "bytemuck", "guillotiere", "peniko", - "skrifa", + "skrifa 0.35.0", "smallvec", ] [[package]] name = "vello_shaders" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "381790a3779021edd9f88267c1b13b49546cb0fb164f329ee2f2587869ddf459" +checksum = "b2ebea426bb2f95b7610bca09178b03d809ede1d3c500a9acf6eca43e8f200be" dependencies = [ "bytemuck", "naga", - "thiserror 2.0.14", + "thiserror 2.0.16", "vello_encoding", ] @@ -7830,7 +7907,7 @@ checksum = "59195a1db0e95b920366d949ba5e0d3fc0e70b67c09be15ce5abb790106b0571" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -7847,44 +7924,45 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasi" -version = "0.14.2+wasi-0.2.4" +version = "0.14.3+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" +checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95" dependencies = [ - "wit-bindgen-rt", + "wit-bindgen", ] [[package]] name = "wasm-bindgen" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" +checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" dependencies = [ "cfg-if", "once_cell", "rustversion", "wasm-bindgen-macro", + "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" +checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" dependencies = [ "bumpalo", "log", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.50" +version = "0.4.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" +checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe" dependencies = [ "cfg-if", "js-sys", @@ -7895,9 +7973,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" +checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -7905,22 +7983,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" +checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.100" +version = "0.2.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" dependencies = [ "unicode-ident", ] @@ -7958,7 +8036,7 @@ version = "0.31.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "rustix 1.0.8", "wayland-backend", "wayland-scanner", @@ -7970,7 +8048,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "cursor-icon", "wayland-backend", ] @@ -7992,7 +8070,7 @@ version = "0.32.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "wayland-backend", "wayland-client", "wayland-scanner", @@ -8004,7 +8082,7 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "wayland-backend", "wayland-client", "wayland-protocols", @@ -8017,7 +8095,7 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "wayland-backend", "wayland-client", "wayland-protocols", @@ -8049,9 +8127,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.77" +version = "0.3.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" +checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12" dependencies = [ "js-sys", "wasm-bindgen", @@ -8161,7 +8239,7 @@ checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -8170,7 +8248,7 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c" dependencies = [ - "thiserror 2.0.14", + "thiserror 2.0.16", "windows 0.61.3", "windows-core 0.61.2", ] @@ -8188,7 +8266,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353" dependencies = [ "arrayvec", - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg_aliases", "document-features", "js-sys", @@ -8215,7 +8293,7 @@ checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499" dependencies = [ "arrayvec", "bit-vec", - "bitflags 2.9.1", + "bitflags 2.9.4", "cfg_aliases", "document-features", "indexmap", @@ -8227,7 +8305,7 @@ dependencies = [ "raw-window-handle 0.6.2", "rustc-hash 1.1.0", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.16", "wgpu-hal", "wgpu-types", ] @@ -8242,7 +8320,7 @@ dependencies = [ "arrayvec", "ash", "bit-set", - "bitflags 2.9.1", + "bitflags 2.9.4", "block", "bytemuck", "cfg_aliases", @@ -8270,7 +8348,7 @@ dependencies = [ "renderdoc-sys", "rustc-hash 1.1.0", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.16", "wasm-bindgen", "web-sys", "wgpu-types", @@ -8284,7 +8362,7 @@ version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "js-sys", "log", "web-sys", @@ -8308,11 +8386,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -8340,7 +8418,7 @@ dependencies = [ "windows-collections", "windows-core 0.61.2", "windows-future", - "windows-link", + "windows-link 0.1.3", "windows-numerics", ] @@ -8374,7 +8452,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ "windows-implement 0.60.0", "windows-interface 0.59.1", - "windows-link", + "windows-link 0.1.3", "windows-result 0.3.4", "windows-strings 0.4.2", ] @@ -8386,7 +8464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" dependencies = [ "windows-core 0.61.2", - "windows-link", + "windows-link 0.1.3", "windows-threading", ] @@ -8398,7 +8476,7 @@ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -8409,7 +8487,7 @@ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -8420,7 +8498,7 @@ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -8431,7 +8509,7 @@ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -8440,6 +8518,12 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" +[[package]] +name = "windows-link" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" + [[package]] name = "windows-numerics" version = "0.2.0" @@ -8447,7 +8531,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" dependencies = [ "windows-core 0.61.2", - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -8456,7 +8540,7 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" dependencies = [ - "windows-link", + "windows-link 0.1.3", "windows-result 0.3.4", "windows-strings 0.4.2", ] @@ -8476,7 +8560,7 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -8495,7 +8579,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] @@ -8534,6 +8618,15 @@ dependencies = [ "windows-targets 0.53.3", ] +[[package]] +name = "windows-sys" +version = "0.61.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" +dependencies = [ + "windows-link 0.2.0", +] + [[package]] name = "windows-targets" version = "0.42.2" @@ -8549,21 +8642,6 @@ dependencies = [ "windows_x86_64_msvc 0.42.2", ] -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", -] - [[package]] name = "windows-targets" version = "0.52.6" @@ -8586,7 +8664,7 @@ version = "0.53.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" dependencies = [ - "windows-link", + "windows-link 0.1.3", "windows_aarch64_gnullvm 0.53.0", "windows_aarch64_msvc 0.53.0", "windows_i686_gnu 0.53.0", @@ -8603,16 +8681,16 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" dependencies = [ - "windows-link", + "windows-link 0.1.3", ] [[package]] name = "windows-version" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e04a5c6627e310a23ad2358483286c7df260c964eb2d003d8efd6d0f4e79265c" +checksum = "69e061eb0a22b4a1d778ad70f7575ec7845490abb35b08fa320df7895882cacb" dependencies = [ - "windows-link", + "windows-link 0.2.0", ] [[package]] @@ -8621,12 +8699,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - [[package]] name = "windows_aarch64_gnullvm" version = "0.52.6" @@ -8645,12 +8717,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - [[package]] name = "windows_aarch64_msvc" version = "0.52.6" @@ -8669,12 +8735,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - [[package]] name = "windows_i686_gnu" version = "0.52.6" @@ -8705,12 +8765,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - [[package]] name = "windows_i686_msvc" version = "0.52.6" @@ -8729,12 +8783,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - [[package]] name = "windows_x86_64_gnu" version = "0.52.6" @@ -8753,12 +8801,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - [[package]] name = "windows_x86_64_gnullvm" version = "0.52.6" @@ -8777,12 +8819,6 @@ version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - [[package]] name = "windows_x86_64_msvc" version = "0.52.6" @@ -8804,7 +8840,7 @@ dependencies = [ "ahash", "android-activity", "atomic-waker", - "bitflags 2.9.1", + "bitflags 2.9.4", "block2 0.5.1", "bytemuck", "calloop", @@ -8858,21 +8894,18 @@ dependencies = [ [[package]] name = "winnow" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" +checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" dependencies = [ "memchr", ] [[package]] -name = "wit-bindgen-rt" -version = "0.39.0" +name = "wit-bindgen" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" -dependencies = [ - "bitflags 2.9.1", -] +checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" [[package]] name = "write16" @@ -8899,7 +8932,7 @@ dependencies = [ "dpi", "dunce", "gtk", - "html5ever", + "html5ever 0.29.1", "http", "javascriptcore-rs", "jni", @@ -8918,7 +8951,7 @@ dependencies = [ "sha2", "soup3", "tao-macros", - "thiserror 2.0.14", + "thiserror 2.0.16", "url", "webkit2gtk", "webkit2gtk-sys", @@ -8951,24 +8984,24 @@ dependencies = [ [[package]] name = "x11rb" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" +checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" dependencies = [ "as-raw-xcb-connection", "gethostname", "libc", "libloading 0.8.8", "once_cell", - "rustix 0.38.44", + "rustix 1.0.8", "x11rb-protocol", ] [[package]] name = "x11rb-protocol" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" +checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" [[package]] name = "xcursor" @@ -8992,7 +9025,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.4", "dlib", "log", "once_cell", @@ -9011,6 +9044,16 @@ version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" +[[package]] +name = "xml5ever" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee3f1e41afb31a75aef076563b0ad3ecc24f5bd9d12a72b132222664eb76b494" +dependencies = [ + "log", + "markup5ever 0.35.0", +] + [[package]] name = "xmlwriter" version = "0.1.0" @@ -9058,7 +9101,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "synstructure", ] @@ -9102,9 +9145,9 @@ dependencies = [ [[package]] name = "zbus" -version = "5.9.0" +version = "5.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad" +checksum = "67a073be99ace1adc48af593701c8015cd9817df372e14a1a6b0ee8f8bf043be" dependencies = [ "async-broadcast", "async-recursion", @@ -9121,11 +9164,11 @@ dependencies = [ "tokio", "tracing", "uds_windows", - "windows-sys 0.59.0", - "winnow 0.7.12", - "zbus_macros 5.9.0", + "windows-sys 0.60.2", + "winnow 0.7.13", + "zbus_macros 5.10.0", "zbus_names 4.2.0", - "zvariant 5.6.0", + "zvariant 5.7.0", ] [[package]] @@ -9146,7 +9189,7 @@ checksum = "709ab20fc57cb22af85be7b360239563209258430bccf38d8b979c5a2ae3ecce" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "zbus-lockstep", "zbus_xml", "zvariant 4.2.0", @@ -9161,23 +9204,23 @@ dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "zvariant_utils 2.1.0", ] [[package]] name = "zbus_macros" -version = "5.9.0" +version = "5.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659" +checksum = "0e80cd713a45a49859dcb648053f63265f4f2851b6420d47a958e5697c68b131" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "zbus_names 4.2.0", - "zvariant 5.6.0", - "zvariant_utils 3.2.0", + "zvariant 5.7.0", + "zvariant_utils 3.2.1", ] [[package]] @@ -9199,8 +9242,8 @@ checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97" dependencies = [ "serde", "static_assertions", - "winnow 0.7.12", - "zvariant 5.6.0", + "winnow 0.7.13", + "zvariant 5.7.0", ] [[package]] @@ -9239,7 +9282,7 @@ checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -9259,7 +9302,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "synstructure", ] @@ -9288,7 +9331,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] @@ -9299,9 +9342,9 @@ checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" [[package]] name = "zune-jpeg" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089" +checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" dependencies = [ "zune-core", ] @@ -9321,17 +9364,17 @@ dependencies = [ [[package]] name = "zvariant" -version = "5.6.0" +version = "5.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f" +checksum = "999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db" dependencies = [ "endi", "enumflags2", "serde", "url", - "winnow 0.7.12", - "zvariant_derive 5.6.0", - "zvariant_utils 3.2.0", + "winnow 0.7.13", + "zvariant_derive 5.7.0", + "zvariant_utils 3.2.1", ] [[package]] @@ -9343,21 +9386,21 @@ dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", "zvariant_utils 2.1.0", ] [[package]] name = "zvariant_derive" -version = "5.6.0" +version = "5.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208" +checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.105", - "zvariant_utils 3.2.0", + "syn 2.0.106", + "zvariant_utils 3.2.1", ] [[package]] @@ -9368,19 +9411,18 @@ checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" dependencies = [ "proc-macro2", "quote", - "syn 2.0.105", + "syn 2.0.106", ] [[package]] name = "zvariant_utils" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34" +checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599" dependencies = [ "proc-macro2", "quote", "serde", - "static_assertions", - "syn 2.0.105", - "winnow 0.7.12", + "syn 2.0.106", + "winnow 0.7.13", ] diff --git a/Cargo.toml b/Cargo.toml index 8f7aeeb4..7ad9c75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,12 @@ dioxus-primitives = { path = "primitives" } dioxus = "^0.7.0-rc.0" tracing = { version = "0.1", features = ["std"] } +[patch.crates-io] +dioxus-core = { git = "https://github.com/ealmloff/dioxus", branch = "all-hydration-fixes" } +dioxus-signals = { git = "https://github.com/ealmloff/dioxus", branch = "all-hydration-fixes" } +generational-box = { git = "https://github.com/ealmloff/dioxus", branch = "all-hydration-fixes" } +dioxus = { git = "https://github.com/ealmloff/dioxus", branch = "all-hydration-fixes" } + [profile] [profile.wasm-dev] From 5d63903fd175b93bf85b8b579074b3f9b8ec4ce0 Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Tue, 9 Sep 2025 12:43:09 -0500 Subject: [PATCH 2/7] use ssg in the CI workflow --- .github/workflows/gh-pages.yml | 2 +- Cargo.lock | 197 ++++++++++++++++----------------- preview/src/main.rs | 35 +++++- primitives/src/scroll_area.rs | 30 +++-- 4 files changed, 144 insertions(+), 120 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 04931f08..6f07b30a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -33,7 +33,7 @@ jobs: - name: Install CLI run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0 - name: Build - run: cd preview && dx build --platform web --release --base-path "components" + run: cd preview && dx build --platform web --features fullstack --fullstack --ssg --release --base-path "components" - name: Copy output run: cp -r target/dx/preview/release/web/public docs - name: Add gh pages 404 diff --git a/Cargo.lock b/Cargo.lock index 9468fac6..58d4ce91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,12 +180,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - [[package]] name = "android_system_properties" version = "0.1.5" @@ -293,7 +287,7 @@ dependencies = [ "wayland-backend", "wayland-client", "wayland-protocols", - "zbus 5.10.0", + "zbus 5.11.0", ] [[package]] @@ -364,7 +358,7 @@ dependencies = [ "futures-lite", "parking", "polling", - "rustix 1.0.8", + "rustix 1.1.2", "slab", "windows-sys 0.60.2", ] @@ -395,7 +389,7 @@ dependencies = [ "cfg-if", "event-listener", "futures-lite", - "rustix 1.0.8", + "rustix 1.1.2", ] [[package]] @@ -421,7 +415,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 1.0.8", + "rustix 1.1.2", "signal-hook-registry", "slab", "windows-sys 0.60.2", @@ -975,16 +969,15 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-link 0.1.3", + "windows-link 0.2.0", ] [[package]] @@ -1087,7 +1080,7 @@ dependencies = [ [[package]] name = "const-serialize" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "const-serialize-macro", "serde", @@ -1096,7 +1089,7 @@ dependencies = [ [[package]] name = "const-serialize-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "proc-macro2", "quote", @@ -1507,7 +1500,7 @@ dependencies = [ [[package]] name = "dioxus" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-asset-resolver", "dioxus-cli-config", @@ -1541,7 +1534,7 @@ dependencies = [ [[package]] name = "dioxus-asset-resolver" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-cli-config", "http", @@ -1562,7 +1555,7 @@ dependencies = [ [[package]] name = "dioxus-cli-config" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "wasm-bindgen", ] @@ -1580,7 +1573,7 @@ dependencies = [ [[package]] name = "dioxus-config-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "proc-macro2", "quote", @@ -1589,12 +1582,12 @@ dependencies = [ [[package]] name = "dioxus-config-macros" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" [[package]] name = "dioxus-core" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "const_format", "dioxus-core-types", @@ -1628,7 +1621,7 @@ dependencies = [ [[package]] name = "dioxus-core-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "convert_case 0.8.0", "dioxus-rsx 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", @@ -1640,12 +1633,12 @@ dependencies = [ [[package]] name = "dioxus-core-types" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" [[package]] name = "dioxus-desktop" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "async-trait", "base64", @@ -1698,7 +1691,7 @@ dependencies = [ [[package]] name = "dioxus-devtools" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-cli-config", "dioxus-core", @@ -1716,7 +1709,7 @@ dependencies = [ [[package]] name = "dioxus-devtools-types" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "serde", @@ -1726,7 +1719,7 @@ dependencies = [ [[package]] name = "dioxus-document" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes)", @@ -1744,7 +1737,7 @@ dependencies = [ [[package]] name = "dioxus-fullstack" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "base64", "bytes", @@ -1772,7 +1765,7 @@ dependencies = [ [[package]] name = "dioxus-fullstack-hooks" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "dioxus-document", @@ -1788,7 +1781,7 @@ dependencies = [ [[package]] name = "dioxus-fullstack-protocol" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "base64", "ciborium", @@ -1800,7 +1793,7 @@ dependencies = [ [[package]] name = "dioxus-history" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "tracing", @@ -1826,7 +1819,7 @@ dependencies = [ [[package]] name = "dioxus-hooks" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "dioxus-signals", @@ -1842,7 +1835,7 @@ dependencies = [ [[package]] name = "dioxus-html" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "async-trait", "dioxus-core", @@ -1866,7 +1859,7 @@ dependencies = [ [[package]] name = "dioxus-html-internal-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "convert_case 0.8.0", "proc-macro2", @@ -1889,7 +1882,7 @@ dependencies = [ [[package]] name = "dioxus-interpreter-js" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "dioxus-core-types", @@ -1908,7 +1901,7 @@ dependencies = [ [[package]] name = "dioxus-isrg" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "chrono", "http", @@ -1936,7 +1929,7 @@ dependencies = [ [[package]] name = "dioxus-liveview" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "axum", "dioxus-cli-config", @@ -1963,7 +1956,7 @@ dependencies = [ [[package]] name = "dioxus-logger" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-cli-config", "tracing", @@ -1974,7 +1967,7 @@ dependencies = [ [[package]] name = "dioxus-native" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "anyrender", "anyrender_vello", @@ -2003,7 +1996,7 @@ dependencies = [ [[package]] name = "dioxus-native-dom" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "blitz-dom", "blitz-traits", @@ -2029,7 +2022,7 @@ dependencies = [ [[package]] name = "dioxus-router" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-cli-config", "dioxus-core", @@ -2049,7 +2042,7 @@ dependencies = [ [[package]] name = "dioxus-router-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "base16", "digest", @@ -2075,7 +2068,7 @@ dependencies = [ [[package]] name = "dioxus-rsx" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -2086,7 +2079,7 @@ dependencies = [ [[package]] name = "dioxus-server" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "async-trait", "axum", @@ -2135,7 +2128,7 @@ dependencies = [ [[package]] name = "dioxus-signals" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "futures-channel", @@ -2150,7 +2143,7 @@ dependencies = [ [[package]] name = "dioxus-ssr" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "askama_escape", "dioxus-core", @@ -2161,7 +2154,7 @@ dependencies = [ [[package]] name = "dioxus-stores" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dioxus-core", "dioxus-signals", @@ -2171,7 +2164,7 @@ dependencies = [ [[package]] name = "dioxus-stores-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "convert_case 0.8.0", "proc-macro2", @@ -2193,7 +2186,7 @@ dependencies = [ [[package]] name = "dioxus-web" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "async-trait", "dioxus-cli-config", @@ -2226,7 +2219,7 @@ dependencies = [ [[package]] name = "dioxus_server_macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "proc-macro2", "quote", @@ -2429,12 +2422,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] @@ -2908,7 +2901,7 @@ dependencies = [ [[package]] name = "generational-box" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "parking_lot", "tracing", @@ -2930,7 +2923,7 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55" dependencies = [ - "rustix 1.0.8", + "rustix 1.1.2", "windows-targets 0.52.6", ] @@ -2974,7 +2967,7 @@ dependencies = [ "cfg-if", "libc", "r-efi", - "wasi 0.14.3+wasi-0.2.4", + "wasi 0.14.4+wasi-0.2.4", ] [[package]] @@ -3773,9 +3766,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" +checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" dependencies = [ "equivalent", "hashbrown 0.15.5", @@ -3985,7 +3978,7 @@ checksum = "e49596223b9d9d4947a14a25c142a6e7d8ab3f27eb3ade269d238bb8b5c267e2" [[package]] name = "lazy-js-bundle" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" [[package]] name = "lazy_static" @@ -4093,9 +4086,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.9.4" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "litemap" @@ -4133,9 +4126,9 @@ checksum = "b3bd0dd2cd90571056fdb71f6275fada10131182f84899f4b2a916e565d81d86" [[package]] name = "lru" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed" +checksum = "bfe949189f46fabb938b3a9a0be30fdd93fd8a09260da863399a8cf3db756ec8" dependencies = [ "hashbrown 0.15.5", ] @@ -4180,7 +4173,7 @@ dependencies = [ [[package]] name = "manganis" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "const-serialize", "manganis-core", @@ -4190,7 +4183,7 @@ dependencies = [ [[package]] name = "manganis-core" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "const-serialize", "dioxus-cli-config", @@ -4201,7 +4194,7 @@ dependencies = [ [[package]] name = "manganis-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "dunce", "macro-string", @@ -4291,7 +4284,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" dependencies = [ - "rustix 1.0.8", + "rustix 1.1.2", ] [[package]] @@ -5346,7 +5339,7 @@ dependencies = [ "concurrent-queue", "hermit-abi", "pin-project-lite", - "rustix 1.0.8", + "rustix 1.1.2", "windows-sys 0.60.2", ] @@ -5901,15 +5894,15 @@ dependencies = [ [[package]] name = "rustix" -version = "1.0.8" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" +checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" dependencies = [ "bitflags 2.9.4", "errno", "libc", - "linux-raw-sys 0.9.4", - "windows-sys 0.60.2", + "linux-raw-sys 0.11.0", + "windows-sys 0.61.0", ] [[package]] @@ -5986,11 +5979,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" +checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.0", ] [[package]] @@ -6033,9 +6026,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.14.0" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" +checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" dependencies = [ "core-foundation-sys", "libc", @@ -6775,7 +6768,7 @@ dependencies = [ [[package]] name = "subsecond" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "js-sys", "libc", @@ -6793,7 +6786,7 @@ dependencies = [ [[package]] name = "subsecond-types" version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#34f93142548b09b65201c62781cb1ebafff5d31c" +source = "git+https://github.com/ealmloff/dioxus?branch=all-hydration-fixes#4e70f481ab972537df43ec416819ab6b996c41b4" dependencies = [ "serde", ] @@ -7001,15 +6994,15 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.21.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", - "rustix 1.0.8", - "windows-sys 0.60.2", + "rustix 1.1.2", + "windows-sys 0.61.0", ] [[package]] @@ -7924,9 +7917,9 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasi" -version = "0.14.3+wasi-0.2.4" +version = "0.14.4+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95" +checksum = "88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a" dependencies = [ "wit-bindgen", ] @@ -8024,7 +8017,7 @@ checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35" dependencies = [ "cc", "downcast-rs", - "rustix 1.0.8", + "rustix 1.1.2", "scoped-tls", "smallvec", "wayland-sys", @@ -8037,7 +8030,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" dependencies = [ "bitflags 2.9.4", - "rustix 1.0.8", + "rustix 1.1.2", "wayland-backend", "wayland-scanner", ] @@ -8059,7 +8052,7 @@ version = "0.31.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29" dependencies = [ - "rustix 1.0.8", + "rustix 1.1.2", "wayland-client", "xcursor", ] @@ -8386,11 +8379,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] @@ -8993,7 +8986,7 @@ dependencies = [ "libc", "libloading 0.8.8", "once_cell", - "rustix 1.0.8", + "rustix 1.1.2", "x11rb-protocol", ] @@ -9145,9 +9138,9 @@ dependencies = [ [[package]] name = "zbus" -version = "5.10.0" +version = "5.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a073be99ace1adc48af593701c8015cd9817df372e14a1a6b0ee8f8bf043be" +checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7" dependencies = [ "async-broadcast", "async-recursion", @@ -9166,7 +9159,7 @@ dependencies = [ "uds_windows", "windows-sys 0.60.2", "winnow 0.7.13", - "zbus_macros 5.10.0", + "zbus_macros 5.11.0", "zbus_names 4.2.0", "zvariant 5.7.0", ] @@ -9210,9 +9203,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "5.10.0" +version = "5.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e80cd713a45a49859dcb648053f63265f4f2851b6420d47a958e5697c68b131" +checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -9267,18 +9260,18 @@ checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" [[package]] name = "zerocopy" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" +checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" +checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" dependencies = [ "proc-macro2", "quote", diff --git a/preview/src/main.rs b/preview/src/main.rs index cab99a09..2ebfd51f 100644 --- a/preview/src/main.rs +++ b/preview/src/main.rs @@ -27,7 +27,28 @@ struct ComponentVariantDemoData { } fn main() { - dioxus::launch(App); + dioxus::LaunchBuilder::new() + // Set the server config only if we are building the server target + .with_cfg(server_only! { + ServeConfig::builder() + // Enable incremental rendering + .incremental( + dioxus::fullstack::IncrementalRendererConfig::new() + // Store static files in the public directory where other static assets like wasm are stored + .static_dir( + std::env::current_exe() + .unwrap() + .parent() + .unwrap() + .join("public") + ) + // Don't clear the public folder on every build. The public folder has other files including the wasm + // binary and static assets required for the app to run + .clear_cache(false) + ) + .enable_out_of_order_streaming() + }) + .launch(App); } #[component] @@ -103,6 +124,16 @@ impl Route { } } +#[cfg(feature = "fullstack")] +#[server(endpoint = "static_routes", output = server_fn::codec::Json)] +async fn static_routes() -> Result, ServerFnError> { + // The `Routable` trait has a `static_routes` method that returns all static routes in the enum + Ok(Route::static_routes() + .iter() + .map(ToString::to_string) + .collect()) +} + #[component] fn NavigationLayout() -> Element { use_effect(move || { @@ -571,6 +602,8 @@ fn ComponentCode(rs_highlighted: HighlightedCode, css_highlighted: HighlightedCo #[component] fn ComponentDemo(iframe: Option, dark_mode: Option, name: String) -> Element { + let route = router().current::(); + tracing::info!("route: {route}"); let Some(demo) = components::DEMOS .iter() .find(|demo| demo.name == name) diff --git a/primitives/src/scroll_area.rs b/primitives/src/scroll_area.rs index cd913cdf..d62d5d90 100644 --- a/primitives/src/scroll_area.rs +++ b/primitives/src/scroll_area.rs @@ -99,27 +99,23 @@ pub fn ScrollArea(props: ScrollAreaProps) -> Element { let scroll_type = props.scroll_type; let always_show = props.always_show_scrollbars; - let overflow_style = use_memo(move || match scroll_type() { + let (overflow_x, overflow_y, scrollbar_width) = match scroll_type() { ScrollType::Auto => match direction() { - ScrollDirection::Vertical => "overflow-y: auto; overflow-x: hidden;", - ScrollDirection::Horizontal => "overflow-x: auto; overflow-y: hidden;", - ScrollDirection::Both => "overflow: auto;", + ScrollDirection::Vertical => (Some("hidden"), Some("auto"), None), + ScrollDirection::Horizontal => (Some("auto"), Some("hidden"), None), + ScrollDirection::Both => (Some("auto"), Some("auto"), None), }, ScrollType::Always => match direction() { - ScrollDirection::Vertical => "overflow-y: scroll; overflow-x: hidden;", - ScrollDirection::Horizontal => "overflow-x: scroll; overflow-y: hidden;", - ScrollDirection::Both => "overflow: scroll;", + ScrollDirection::Vertical => (Some("hidden"), Some("scroll"), None), + ScrollDirection::Horizontal => (Some("scroll"), Some("hidden"), None), + ScrollDirection::Both => (Some("scroll"), Some("scroll"), None), }, ScrollType::Hidden => match direction() { - ScrollDirection::Vertical => { - "overflow-y: scroll; overflow-x: hidden; scrollbar-width: none;" - } - ScrollDirection::Horizontal => { - "overflow-x: scroll; overflow-y: hidden; scrollbar-width: none;" - } - ScrollDirection::Both => "overflow: scroll; scrollbar-width: none;", + ScrollDirection::Vertical => (Some("hidden"), Some("scroll"), Some("none")), + ScrollDirection::Horizontal => (Some("scroll"), Some("hidden"), Some("none")), + ScrollDirection::Both => (Some("scroll"), Some("scroll"), Some("none")), }, - }); + }; let visibility_class = use_memo(move || { if always_show() { @@ -132,7 +128,9 @@ pub fn ScrollArea(props: ScrollAreaProps) -> Element { rsx! { div { class: "{visibility_class}", - style: "{overflow_style}", + overflow_x, + overflow_y, + "scrollbar-width": scrollbar_width, "data-scroll-direction": match direction() { ScrollDirection::Vertical => "vertical", ScrollDirection::Horizontal => "horizontal", From 72dac8db64acc02bd5dd702aafc97c892f41dd7a Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Tue, 7 Oct 2025 12:43:18 -0500 Subject: [PATCH 3/7] bump dioxus version --- Cargo.lock | 1857 +++++++++++++++++++++++++++----------- Cargo.toml | 8 +- preview/Cargo.toml | 2 +- primitives/src/slider.rs | 2 +- 4 files changed, 1319 insertions(+), 550 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7784977..7cfef49e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "ab_glyph" -version = "0.2.31" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d" +checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" dependencies = [ "ab_glyph_rasterizer", "owned_ttf_parser", @@ -189,6 +189,12 @@ dependencies = [ "libc", ] +[[package]] +name = "anyhow" +version = "1.0.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" + [[package]] name = "anyrender" version = "0.5.0" @@ -210,7 +216,7 @@ dependencies = [ "image", "kurbo", "peniko", - "thiserror 2.0.16", + "thiserror 2.0.17", "usvg", ] @@ -266,7 +272,7 @@ version = "0.38.0+1.3.281" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" dependencies = [ - "libloading 0.8.8", + "libloading 0.8.9", ] [[package]] @@ -336,9 +342,9 @@ dependencies = [ [[package]] name = "async-fs" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f7e37c0ed80b2a977691c47dae8625cfb21e205827106c64f7c588766b2e50" +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" dependencies = [ "async-lock", "blocking", @@ -347,11 +353,11 @@ dependencies = [ [[package]] name = "async-io" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca" +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" dependencies = [ - "async-lock", + "autocfg", "cfg-if", "concurrent-queue", "futures-io", @@ -360,7 +366,7 @@ dependencies = [ "polling", "rustix 1.1.2", "slab", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -376,9 +382,9 @@ dependencies = [ [[package]] name = "async-process" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00" +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" dependencies = [ "async-channel", "async-io", @@ -405,9 +411,9 @@ dependencies = [ [[package]] name = "async-signal" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1" +checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" dependencies = [ "async-io", "async-lock", @@ -418,7 +424,29 @@ dependencies = [ "rustix 1.1.2", "signal-hook-registry", "slab", - "windows-sys 0.60.2", + "windows-sys 0.61.2", +] + +[[package]] +name = "async-stream" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" +dependencies = [ + "async-stream-impl", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.106", ] [[package]] @@ -438,6 +466,22 @@ dependencies = [ "syn 2.0.106", ] +[[package]] +name = "async-tungstenite" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f" +dependencies = [ + "atomic-waker", + "futures-core", + "futures-io", + "futures-task", + "futures-util", + "log", + "pin-project-lite", + "tungstenite 0.27.0", +] + [[package]] name = "atk" version = "0.18.2" @@ -532,11 +576,12 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" +checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" dependencies = [ "axum-core", + "axum-macros", "base64", "bytes", "form_urlencoded", @@ -553,15 +598,14 @@ dependencies = [ "multer", "percent-encoding", "pin-project-lite", - "rustversion", - "serde", + "serde_core", "serde_json", "serde_path_to_error", "serde_urlencoded", "sha1", "sync_wrapper", "tokio", - "tokio-tungstenite 0.26.2", + "tokio-tungstenite 0.28.0", "tower", "tower-layer", "tower-service", @@ -570,9 +614,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.2" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" +checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" dependencies = [ "bytes", "futures-core", @@ -581,13 +625,46 @@ dependencies = [ "http-body-util", "mime", "pin-project-lite", - "rustversion", "sync_wrapper", "tower-layer", "tower-service", "tracing", ] +[[package]] +name = "axum-extra" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" +dependencies = [ + "axum", + "axum-core", + "bytes", + "futures-util", + "headers", + "http", + "http-body", + "http-body-util", + "mime", + "pin-project-lite", + "rustversion", + "serde_core", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "axum-macros" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.106", +] + [[package]] name = "backtrace" version = "0.3.74" @@ -675,7 +752,7 @@ dependencies = [ "image", "keyboard-types", "markup5ever 0.35.0", - "objc2 0.6.2", + "objc2 0.6.3", "parley", "peniko", "percent-encoding", @@ -801,11 +878,11 @@ dependencies = [ [[package]] name = "block2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2" +checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" dependencies = [ - "objc2 0.6.2", + "objc2 0.6.3", ] [[package]] @@ -829,18 +906,18 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "bytemuck" -version = "1.23.2" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" +checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" dependencies = [ "bytemuck_derive", ] [[package]] name = "bytemuck_derive" -version = "1.10.1" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29" +checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" dependencies = [ "proc-macro2", "quote", @@ -864,6 +941,9 @@ name = "bytes" version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +dependencies = [ + "serde", +] [[package]] name = "cairo-rs" @@ -918,9 +998,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.37" +version = "1.2.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44" +checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb" dependencies = [ "find-msvc-tools", "jobserver", @@ -967,6 +1047,16 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" +[[package]] +name = "charset" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e" +dependencies = [ + "base64", + "encoding_rs", +] + [[package]] name = "chrono" version = "0.4.42" @@ -977,7 +1067,7 @@ dependencies = [ "js-sys", "num-traits", "wasm-bindgen", - "windows-link 0.2.0", + "windows-link 0.2.1", ] [[package]] @@ -1077,19 +1167,50 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "console_error_panic_hook" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" +dependencies = [ + "cfg-if", + "wasm-bindgen", +] + +[[package]] +name = "const-serialize" +version = "0.7.0-rc.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c02a1f46ffe1c6f05edf568a7d8e2ab477c75a6ec5f33d2b83ce54fc3f096ca" +dependencies = [ + "const-serialize-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", +] + [[package]] name = "const-serialize" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "const-serialize-macro", + "const-serialize-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "serde", ] [[package]] name = "const-serialize-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1da74b91de7c3426afaed28ed514bc4cd39821eeecf9f32dc424023310a63ae4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.106", +] + +[[package]] +name = "const-serialize-macro" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "proc-macro2", "quote", @@ -1102,11 +1223,17 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "451d0640545a0553814b4c646eb549343561618838e9b42495f466131fe3ad49" +[[package]] +name = "const-str" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4d34b8f066904ed7cfa4a6f9ee96c3214aa998cb44b69ca20bd2054f47402ed" + [[package]] name = "const_format" -version = "0.2.34" +version = "0.2.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" +checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad" dependencies = [ "const_format_proc_macros", ] @@ -1122,6 +1249,15 @@ dependencies = [ "unicode-xid", ] +[[package]] +name = "content_disposition" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc14a88e1463ddd193906285abe5c360c7e8564e05ccc5d501755f7fbc9ca9c" +dependencies = [ + "charset", +] + [[package]] name = "convert_case" version = "0.4.0" @@ -1143,10 +1279,29 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" dependencies = [ + "percent-encoding", "time", "version_check", ] +[[package]] +name = "cookie_store" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9" +dependencies = [ + "cookie", + "document-features", + "idna", + "log", + "publicsuffix", + "serde", + "serde_derive", + "serde_json", + "time", + "url", +] + [[package]] name = "core-foundation" version = "0.9.4" @@ -1441,9 +1596,9 @@ checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" [[package]] name = "debug_timer" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666ffd4494c077ad572420cc52aded853e1cac859147455f82b0bc578b442076" +checksum = "601b64630ed8e9306553e4b97e33516f9b4a69f520d0b25c5c7e93e5e93043d3" [[package]] name = "deranged" @@ -1485,6 +1640,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.106", + "unicode-xid", ] [[package]] @@ -1500,53 +1656,94 @@ dependencies = [ [[package]] name = "dioxus" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c5e29983134d7b38f2d4578afc649ce5df744d9a7e13a1b1a983376f1056f41" dependencies = [ - "dioxus-asset-resolver", - "dioxus-cli-config", + "dioxus-asset-resolver 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-config-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-config-macros 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-devtools 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-document 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-fullstack 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-html 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-logger 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-stores 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-web 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "manganis 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subsecond 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "warnings", +] + +[[package]] +name = "dioxus" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-config-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-config-macros", - "dioxus-core", + "dioxus-config-macros 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-desktop", - "dioxus-devtools", - "dioxus-document", - "dioxus-fullstack", - "dioxus-history", + "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-fullstack 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-fullstack-macro", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-liveview", - "dioxus-logger", + "dioxus-logger 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-native", "dioxus-router", "dioxus-server", - "dioxus-signals", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-ssr", - "dioxus-stores", - "dioxus-web", - "dioxus_server_macro", - "manganis", + "dioxus-stores 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-web 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "manganis 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "serde", - "subsecond", + "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "warnings", ] [[package]] name = "dioxus-asset-resolver" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b6782436b323a84b4d9f90cf2365b35a1cdb918191221f71865dcc2e70016b6" +dependencies = [ + "jni", + "manganis-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ndk", + "ndk-context", + "ndk-sys 0.6.0+11769913", + "thiserror 2.0.17", +] + +[[package]] +name = "dioxus-asset-resolver" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "dioxus-cli-config", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "http", "infer", "jni", "js-sys", - "manganis-core", + "manganis-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "ndk", "ndk-context", "ndk-sys 0.6.0+11769913", "percent-encoding", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "wasm-bindgen-futures", "web-sys", @@ -1555,7 +1752,16 @@ dependencies = [ [[package]] name = "dioxus-cli-config" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8cec511d8a05ed60071bb0088f07ec40325faf27a608fa19d65befdd842b57f" +dependencies = [ + "wasm-bindgen", +] + +[[package]] +name = "dioxus-cli-config" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "wasm-bindgen", ] @@ -1573,7 +1779,7 @@ dependencies = [ [[package]] name = "dioxus-config-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "proc-macro2", "quote", @@ -1582,25 +1788,54 @@ dependencies = [ [[package]] name = "dioxus-config-macros" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349cae693022df3af125c9f794aef0ffec97f2e1d01c252d883149e7ca7a0324" + +[[package]] +name = "dioxus-config-macros" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" + +[[package]] +name = "dioxus-core" +version = "0.7.0-rc.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07b55eccaa5c4f35f1755ea18a5716fe8ecba60ff1f25c52be6ceda2e6a52eb6" +dependencies = [ + "const_format", + "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel", + "futures-util", + "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "longest-increasing-subsequence", + "rustc-hash 2.1.1", + "rustversion", + "serde", + "slab", + "slotmap", + "subsecond 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "warnings", +] [[package]] name = "dioxus-core" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ + "anyhow", "const_format", - "dioxus-core-types", + "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "longest-increasing-subsequence", "rustc-hash 2.1.1", "rustversion", "serde", "slab", "slotmap", - "subsecond", + "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "tracing", "warnings", ] @@ -1621,7 +1856,7 @@ dependencies = [ [[package]] name = "dioxus-core-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "convert_case 0.8.0", "dioxus-rsx 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", @@ -1633,35 +1868,42 @@ dependencies = [ [[package]] name = "dioxus-core-types" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0ef2a94b4ceb8f7a39f56a539d07e82b0358a49a0b95028ad48635975df29d7" + +[[package]] +name = "dioxus-core-types" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" [[package]] name = "dioxus-desktop" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "async-trait", "base64", + "bytes", "cocoa", "core-foundation 0.10.1", - "dioxus-asset-resolver", - "dioxus-cli-config", - "dioxus-core", - "dioxus-devtools", - "dioxus-document", - "dioxus-history", + "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html", - "dioxus-interpreter-js", - "dioxus-signals", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dunce", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "global-hotkey", "infer", "jni", - "lazy-js-bundle 0.7.0-rc.0", + "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "libc", "muda", "ndk", @@ -1679,7 +1921,7 @@ dependencies = [ "slab", "subtle", "tao", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "tray-icon", @@ -1691,44 +1933,95 @@ dependencies = [ [[package]] name = "dioxus-devtools" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60af4e129968ab1713471ed0b29c3eefa4e8e09252429487d7a581e93c7ecfe5" dependencies = [ - "dioxus-cli-config", - "dioxus-core", - "dioxus-devtools-types", - "dioxus-signals", + "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-devtools-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", - "subsecond", - "thiserror 2.0.16", + "subsecond 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 2.0.17", "tracing", "tungstenite 0.27.0", "warnings", ] +[[package]] +name = "dioxus-devtools" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-devtools-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "futures-channel", + "futures-util", + "serde", + "serde_json", + "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "thiserror 2.0.17", + "tracing", + "tungstenite 0.27.0", + "warnings", +] + +[[package]] +name = "dioxus-devtools-types" +version = "0.7.0-rc.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64274704b6a8d018112473cdce0b3db1dcccfa79bde445223592fe4e396ff5ef" +dependencies = [ + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", + "subsecond-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "dioxus-devtools-types" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "dioxus-core", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "serde", - "subsecond-types", + "subsecond-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", ] [[package]] name = "dioxus-document" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11c7f4ff62a842c026c74b9782dd9117a2310ec52de69d858a9e54b96b3bac15" dependencies = [ - "dioxus-core", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-html 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel", + "futures-util", + "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", + "serde_json", + "tracing", +] + +[[package]] +name = "dioxus-document" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types", - "dioxus-html", + "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "futures-channel", "futures-util", - "generational-box", - "lazy-js-bundle 0.7.0-rc.0", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "serde", "serde_json", "tracing", @@ -1737,54 +2030,155 @@ dependencies = [ [[package]] name = "dioxus-fullstack" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819981e8aa811d9b81ac3135a8a74db2f1fa7510473c3251f98eceb2c710632e" dependencies = [ "base64", "bytes", "ciborium", - "dioxus-core", - "dioxus-devtools", - "dioxus-document", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-devtools 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-document 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "dioxus-fullstack-hooks", "dioxus-fullstack-protocol", - "dioxus-history", - "dioxus-interpreter-js", - "dioxus-server", - "dioxus-web", + "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-web 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "dioxus_server_macro", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "http", "serde", "server_fn", "tracing", +] + +[[package]] +name = "dioxus-fullstack" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "anyhow", + "async-stream", + "async-tungstenite", + "axum", + "axum-core", + "axum-extra", + "base64", + "bytes", + "ciborium", + "const-str 0.7.0", + "const_format", + "content_disposition", + "derive_more 2.0.1", + "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-fullstack-core", + "dioxus-fullstack-macro", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "form_urlencoded", + "futures", + "futures-channel", + "futures-util", + "gloo-net", + "headers", + "http", + "http-body", + "http-body-util", + "inventory", + "js-sys", + "mime", + "pin-project", + "reqwest", + "rustversion", + "send_wrapper", + "serde", + "serde_json", + "serde_qs", + "serde_urlencoded", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tokio-tungstenite 0.27.0", + "tokio-util", + "tower", + "tower-http", + "tower-layer", + "tracing", + "tungstenite 0.27.0", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "wasm-streams", "web-sys", + "xxhash-rust", +] + +[[package]] +name = "dioxus-fullstack-core" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "anyhow", + "axum-core", + "base64", + "ciborium", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "futures-channel", + "futures-util", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "http", + "inventory", + "serde", + "serde_json", + "thiserror 2.0.17", + "tracing", ] [[package]] name = "dioxus-fullstack-hooks" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef5fad61b2821b8f26c8498834920d617449d0b866aaac01b95284237f76e9d5" dependencies = [ - "dioxus-core", - "dioxus-document", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "dioxus-fullstack-protocol", - "dioxus-history", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals", + "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-channel", "serde", ] +[[package]] +name = "dioxus-fullstack-macro" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "const_format", + "convert_case 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.106", + "xxhash-rust", +] + [[package]] name = "dioxus-fullstack-protocol" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2f266ad9e20be14b8899f2133dd942131f03e6749650e65e2aaec2c7f8a4bc1" dependencies = [ "base64", "ciborium", - "dioxus-core", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "tracing", ] @@ -1792,9 +2186,19 @@ dependencies = [ [[package]] name = "dioxus-history" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18e9e34323717a78ea3f8ba5072ff484744a656e8d422932c19937b67f45113e" +dependencies = [ + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", +] + +[[package]] +name = "dioxus-history" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "dioxus-core", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "tracing", ] @@ -1804,11 +2208,11 @@ version = "0.7.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab776b9a156765cc7dd7876891c98b9ab06b1f995d33ff169b06ef4f23cfd437" dependencies = [ - "dioxus-core", - "dioxus-signals", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustversion", "slab", "tracing", @@ -1818,13 +2222,13 @@ dependencies = [ [[package]] name = "dioxus-hooks" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "dioxus-core", - "dioxus-signals", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "rustversion", "slab", "tracing", @@ -1834,20 +2238,44 @@ dependencies = [ [[package]] name = "dioxus-html" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "073e5b69a7b66e9cbb49530df8c4cf86bf2aff3322ba86a3d722f9d58cd9c54b" +dependencies = [ + "async-trait", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-html-internal-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "enumset", + "euclid", + "futures-channel", + "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "keyboard-types", + "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion", + "tracing", +] + +[[package]] +name = "dioxus-html" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "async-trait", - "dioxus-core", + "bytes", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types", + "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html-internal-macro", + "dioxus-html-internal-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "enumset", "euclid", "futures-channel", - "generational-box", + "futures-util", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "keyboard-types", - "lazy-js-bundle 0.7.0-rc.0", + "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "rustversion", "serde", "serde_json", @@ -1858,7 +2286,19 @@ dependencies = [ [[package]] name = "dioxus-html-internal-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "162beea862dc888897a0b527db08724ede0f09e59fe081ab39caa0b085f40e10" +dependencies = [ + "convert_case 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.106", +] + +[[package]] +name = "dioxus-html-internal-macro" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "convert_case 0.8.0", "proc-macro2", @@ -1869,11 +2309,11 @@ dependencies = [ [[package]] name = "dioxus-i18n" version = "0.4.3" -source = "git+https://github.com/dioxus-community/dioxus-i18n.git?branch=main#317c362e666b0a28f2fd413c68d916cc1af66782" +source = "git+https://github.com/ealmloff/dioxus-i18n?branch=bump-dioxus#94b7d898432fa64881ff163f8cf8b9343efd3023" dependencies = [ - "dioxus-lib", + "dioxus 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "fluent", - "thiserror 2.0.16", + "thiserror 2.0.17", "unic-langid", "walkdir", ] @@ -1881,15 +2321,12 @@ dependencies = [ [[package]] name = "dioxus-interpreter-js" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd2ef3fe9bddfcac6d2ccf123d4834b5c3d97e6f2be8fcbfc4943226d9d7d4fe" dependencies = [ - "dioxus-core", - "dioxus-core-types", - "dioxus-html", "js-sys", - "lazy-js-bundle 0.7.0-rc.0", + "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash 2.1.1", - "serde", "sledgehammer_bindgen", "sledgehammer_utils", "wasm-bindgen", @@ -1898,54 +2335,45 @@ dependencies = [ ] [[package]] -name = "dioxus-isrg" +name = "dioxus-interpreter-js" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "chrono", - "http", - "lru", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "js-sys", + "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "rustc-hash 2.1.1", - "thiserror 2.0.16", - "tracing", - "walkdir", -] - -[[package]] -name = "dioxus-lib" -version = "0.7.0-alpha.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3340a7eeebc207010d27dcf2b347c748dfd6a8605dc3624019f0c7a06e0d5d8b" -dependencies = [ - "dioxus-config-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core", - "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-rsx 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-signals", + "serde", + "sledgehammer_bindgen", + "sledgehammer_utils", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", ] [[package]] name = "dioxus-liveview" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "axum", - "dioxus-cli-config", - "dioxus-core", - "dioxus-devtools", - "dioxus-document", - "dioxus-history", - "dioxus-html", - "dioxus-interpreter-js", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "rustc-hash 2.1.1", "serde", "serde_json", "slab", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tokio-stream", "tokio-util", @@ -1955,9 +2383,22 @@ dependencies = [ [[package]] name = "dioxus-logger" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d39a7c4d1f848fa62d0e605aabce921cc8a95ccea3d17101a840d216471adb7" +dependencies = [ + "console_error_panic_hook", + "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "tracing-subscriber", + "tracing-wasm", +] + +[[package]] +name = "dioxus-logger" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "dioxus-cli-config", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "tracing", "tracing-subscriber", "tracing-wasm", @@ -1966,7 +2407,7 @@ dependencies = [ [[package]] name = "dioxus-native" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "anyrender", "anyrender_vello", @@ -1976,31 +2417,32 @@ dependencies = [ "blitz-paint", "blitz-shell", "blitz-traits", - "dioxus-asset-resolver", - "dioxus-cli-config", - "dioxus-core", - "dioxus-devtools", - "dioxus-document", - "dioxus-history", - "dioxus-html", + "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-native-dom", "futures-util", "keyboard-types", "rustc-hash 2.1.1", "tokio", "tracing", + "webbrowser", "winit", ] [[package]] name = "dioxus-native-dom" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "blitz-dom", "blitz-traits", - "dioxus-core", - "dioxus-html", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "futures-util", "keyboard-types", "rustc-hash 2.1.1", @@ -2011,7 +2453,7 @@ dependencies = [ name = "dioxus-primitives" version = "0.0.1" dependencies = [ - "dioxus", + "dioxus 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-time", "lazy-js-bundle 0.6.2", "time", @@ -2021,17 +2463,17 @@ dependencies = [ [[package]] name = "dioxus-router" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "dioxus-cli-config", - "dioxus-core", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-fullstack-hooks", - "dioxus-history", + "dioxus-fullstack-core", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-router-macro", - "dioxus-signals", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "percent-encoding", "rustversion", "tracing", @@ -2041,7 +2483,7 @@ dependencies = [ [[package]] name = "dioxus-router-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "base16", "digest", @@ -2067,7 +2509,7 @@ dependencies = [ [[package]] name = "dioxus-rsx" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -2078,61 +2520,85 @@ dependencies = [ [[package]] name = "dioxus-server" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ + "anyhow", "async-trait", "axum", "base64", "bytes", + "chrono", "ciborium", "dashmap", - "dioxus-cli-config", - "dioxus-core", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-devtools", - "dioxus-document", - "dioxus-fullstack-hooks", - "dioxus-fullstack-protocol", - "dioxus-history", - "dioxus-html", - "dioxus-interpreter-js", - "dioxus-isrg", + "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-fullstack-core", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-logger 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-router", - "dioxus-signals", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-ssr", "enumset", + "futures", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "http", + "http-body-util", "hyper", "hyper-util", "inventory", + "lru", "parking_lot", "pin-project", + "rustc-hash 2.1.1", "serde", - "server_fn", - "subsecond", - "thiserror 2.0.16", + "serde_json", + "serde_qs", + "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "thiserror 2.0.17", "tokio", + "tokio-tungstenite 0.27.0", "tokio-util", "tower", "tower-http", - "tower-layer", "tracing", "tracing-futures", - "web-sys", + "url", + "walkdir", +] + +[[package]] +name = "dioxus-signals" +version = "0.7.0-rc.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1d0e70a8da969c0404f5ef8cf6f47042bea55608b582079f3ea3d9fff46125c" +dependencies = [ + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel", + "futures-util", + "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot", + "rustc-hash 2.1.1", + "tracing", + "warnings", ] [[package]] name = "dioxus-signals" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "dioxus-core", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "parking_lot", "rustc-hash 2.1.1", "tracing", @@ -2142,28 +2608,51 @@ dependencies = [ [[package]] name = "dioxus-ssr" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "askama_escape", - "dioxus-core", - "dioxus-core-types", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "rustc-hash 2.1.1", ] [[package]] name = "dioxus-stores" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5494e5aa7333f3be918741eeb6bfb4d1cbf28d25035a2a3c2c5bcebdc27b0b68" dependencies = [ - "dioxus-core", - "dioxus-signals", - "dioxus-stores-macro", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-stores-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "dioxus-stores" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-stores-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", +] + +[[package]] +name = "dioxus-stores-macro" +version = "0.7.0-rc.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ecb7365b1a587a9f2340cf8f925a00b997d8d31b4ee25ecb21ca8bdf99c2c33" +dependencies = [ + "convert_case 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.106", ] [[package]] name = "dioxus-stores-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "convert_case 0.8.0", "proc-macro2", @@ -2176,7 +2665,7 @@ name = "dioxus-time" version = "0.7.0-rc.0" source = "git+https://github.com/ealmloff/dioxus-std?branch=0.7#5abb45906c47b4c864e1c06a3e6aebb1b5cae03c" dependencies = [ - "dioxus", + "dioxus 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures", "gloo-timers", "tokio", @@ -2185,40 +2674,74 @@ dependencies = [ [[package]] name = "dioxus-web" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34eb4f341b0203f7b1fe1804d4561a19a399bf7fa4821a5b87cff5fd89d834bd" dependencies = [ "async-trait", - "dioxus-cli-config", - "dioxus-core", - "dioxus-core-types", - "dioxus-devtools", - "dioxus-document", - "dioxus-fullstack-hooks", + "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-devtools 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-document 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", "dioxus-fullstack-protocol", - "dioxus-history", - "dioxus-html", - "dioxus-interpreter-js", - "dioxus-signals", + "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-html 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-interpreter-js 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel", + "futures-util", + "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-timers", + "js-sys", + "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 2.1.1", + "serde", + "serde-wasm-bindgen", + "serde_json", + "tracing", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "dioxus-web" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +dependencies = [ + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-fullstack-core", + "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "futures-channel", "futures-util", - "generational-box", + "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "gloo-timers", "js-sys", - "lazy-js-bundle 0.7.0-rc.0", + "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "rustc-hash 2.1.1", + "send_wrapper", "serde", "serde-wasm-bindgen", "serde_json", "tracing", "wasm-bindgen", "wasm-bindgen-futures", + "wasm-streams", "web-sys", ] [[package]] name = "dioxus_server_macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a032e9eaa291ded578b6c368ba35dd18d052e1cbcf2395244e555edd1767e61" dependencies = [ "proc-macro2", "quote", @@ -2244,7 +2767,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.61.0", + "windows-sys 0.61.2", ] [[package]] @@ -2260,9 +2783,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" dependencies = [ "bitflags 2.9.4", - "block2 0.6.1", + "block2 0.6.2", "libc", - "objc2 0.6.2", + "objc2 0.6.3", ] [[package]] @@ -2282,7 +2805,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.8.8", + "libloading 0.8.9", ] [[package]] @@ -2426,7 +2949,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.0", + "windows-sys 0.61.2", ] [[package]] @@ -2487,15 +3010,15 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" +checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3" [[package]] name = "flate2" -version = "1.1.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" +checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9" dependencies = [ "crc32fast", "miniz_oxide", @@ -2549,7 +3072,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198" dependencies = [ "memchr", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -2617,10 +3140,10 @@ dependencies = [ "hashbrown 0.15.5", "icu_locid", "memmap2", - "objc2 0.6.2", + "objc2 0.6.3", "objc2-core-foundation", "objc2-core-text", - "objc2-foundation 0.3.1", + "objc2-foundation 0.3.2", "peniko", "read-fonts 0.29.3", "roxmltree", @@ -2900,7 +3423,17 @@ dependencies = [ [[package]] name = "generational-box" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb058e0358ff765e719ab3e61629c5090fedb6a6ccf66479de21440a33d7f084" +dependencies = [ + "parking_lot", + "tracing", +] + +[[package]] +name = "generational-box" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "parking_lot", "tracing", @@ -2932,7 +3465,7 @@ version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" dependencies = [ - "unicode-width 0.2.1", + "unicode-width 0.2.2", ] [[package]] @@ -2953,8 +3486,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" dependencies = [ "cfg-if", + "js-sys", "libc", "wasi 0.11.1+wasi-snapshot-preview1", + "wasm-bindgen", ] [[package]] @@ -2964,9 +3499,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi", "wasi 0.14.4+wasi-0.2.4", + "wasm-bindgen", ] [[package]] @@ -3058,7 +3595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" dependencies = [ "heck 0.4.1", - "proc-macro-crate 2.0.0", + "proc-macro-crate 2.0.2", "proc-macro-error", "proc-macro2", "quote", @@ -3083,10 +3620,10 @@ checksum = "b9247516746aa8e53411a0db9b62b0e24efbcf6a76e0ba73e5a91b512ddabed7" dependencies = [ "crossbeam-channel", "keyboard-types", - "objc2 0.6.2", - "objc2-app-kit 0.3.1", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", "once_cell", - "thiserror 2.0.16", + "thiserror 2.0.17", "windows-sys 0.59.0", "x11rb", "xkeysym", @@ -3325,14 +3862,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] -name = "hashbrown" -version = "0.15.5" +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] + +[[package]] +name = "hashbrown" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" + +[[package]] +name = "headers" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" +dependencies = [ + "base64", + "bytes", + "headers-core", + "http", + "httpdate", + "mime", + "sha1", +] + +[[package]] +name = "headers-core" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", + "http", ] [[package]] @@ -3486,6 +4053,7 @@ dependencies = [ "tokio", "tokio-rustls", "tower-service", + "webpki-roots", ] [[package]] @@ -3506,9 +4074,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" +checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" dependencies = [ "base64", "bytes", @@ -3532,9 +4100,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.63" +version = "0.1.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" +checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -3765,12 +4333,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.1" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.15.5", + "hashbrown 0.16.0", ] [[package]] @@ -3909,9 +4477,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.78" +version = "0.3.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" +checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" dependencies = [ "once_cell", "wasm-bindgen", @@ -3935,7 +4503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" dependencies = [ "libc", - "libloading 0.8.8", + "libloading 0.8.9", "pkg-config", ] @@ -3977,7 +4545,13 @@ checksum = "e49596223b9d9d4947a14a25c142a6e7d8ab3f27eb3ade269d238bb8b5c267e2" [[package]] name = "lazy-js-bundle" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e22c4abc3d491546025db72681ed8b1ff0e6e77d67f196460179b027d591b6ff" + +[[package]] +name = "lazy-js-bundle" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" [[package]] name = "lazy_static" @@ -4011,9 +4585,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.175" +version = "0.2.176" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" +checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" [[package]] name = "libloading" @@ -4027,12 +4601,12 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-targets 0.53.3", + "windows-link 0.2.1", ] [[package]] @@ -4043,13 +4617,13 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libredox" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" +checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" dependencies = [ "bitflags 2.9.4", "libc", - "redox_syscall 0.5.17", + "redox_syscall 0.5.18", ] [[package]] @@ -4071,6 +4645,12 @@ dependencies = [ "x11", ] +[[package]] +name = "linebender_resource_handle" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" + [[package]] name = "linked-hash-map" version = "0.5.6" @@ -4103,11 +4683,10 @@ checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" [[package]] name = "lock_api" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" dependencies = [ - "autocfg", "scopeguard", ] @@ -4132,6 +4711,12 @@ dependencies = [ "hashbrown 0.15.5", ] +[[package]] +name = "lru-slab" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" + [[package]] name = "mac" version = "0.1.1" @@ -4172,32 +4757,69 @@ dependencies = [ [[package]] name = "manganis" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "105544bc1d466decccab19427eddb801b6e575bb4907410eb4fed604ed78d358" +dependencies = [ + "const-serialize 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "manganis-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "manganis-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "manganis" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "const-serialize", - "manganis-core", - "manganis-macro", + "const-serialize 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "manganis-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "manganis-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", +] + +[[package]] +name = "manganis-core" +version = "0.7.0-rc.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d71ef461824c58f3d260c1f548f7a8aee2e0b6b805a503d15f8535a3a6272d7" +dependencies = [ + "const-serialize 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", ] [[package]] name = "manganis-core" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ - "const-serialize", - "dioxus-cli-config", - "dioxus-core-types", + "const-serialize 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "serde", ] [[package]] name = "manganis-macro" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06115a15f5d7bf6fcfee1b6979155cc51ab21ce7f06d907f6435d24175778f9e" +dependencies = [ + "dunce", + "macro-string", + "manganis-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn 2.0.106", +] + +[[package]] +name = "manganis-macro" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "dunce", "macro-string", - "manganis-core", + "manganis-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "proc-macro2", "quote", "syn 2.0.106", @@ -4273,9 +4895,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "memchr" -version = "2.7.5" +version = "2.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" +checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "memfd" @@ -4367,13 +4989,13 @@ dependencies = [ "gtk", "keyboard-types", "libxdo", - "objc2 0.6.2", - "objc2-app-kit 0.3.1", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", "objc2-core-foundation", - "objc2-foundation 0.3.1", + "objc2-foundation 0.3.2", "once_cell", "png", - "thiserror 2.0.16", + "thiserror 2.0.17", "windows-sys 0.60.2", ] @@ -4412,7 +5034,7 @@ dependencies = [ "spirv", "strum 0.26.3", "termcolor", - "thiserror 2.0.16", + "thiserror 2.0.17", "unicode-xid", ] @@ -4571,7 +5193,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", "syn 2.0.106", @@ -4604,9 +5226,9 @@ dependencies = [ [[package]] name = "objc2" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc" +checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" dependencies = [ "objc2-encode", "objc2-exception-helper", @@ -4630,15 +5252,15 @@ dependencies = [ [[package]] name = "objc2-app-kit" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc" +checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" dependencies = [ "bitflags 2.9.4", - "block2 0.6.1", - "objc2 0.6.2", + "block2 0.6.2", + "objc2 0.6.3", "objc2-core-foundation", - "objc2-foundation 0.3.1", + "objc2-foundation 0.3.2", ] [[package]] @@ -4679,20 +5301,20 @@ dependencies = [ [[package]] name = "objc2-core-foundation" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" +checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ "bitflags 2.9.4", "dispatch2", - "objc2 0.6.2", + "objc2 0.6.3", ] [[package]] name = "objc2-core-graphics" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4" +checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" dependencies = [ "bitflags 2.9.4", "objc2-core-foundation", @@ -4724,9 +5346,9 @@ dependencies = [ [[package]] name = "objc2-core-text" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba833d4a1cb1aac330f8c973fd92b6ff1858e4aef5cdd00a255eefb28022fb5" +checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" dependencies = [ "bitflags 2.9.4", "objc2-core-foundation", @@ -4762,13 +5384,13 @@ dependencies = [ [[package]] name = "objc2-foundation" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c" +checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" dependencies = [ "bitflags 2.9.4", - "block2 0.6.1", - "objc2 0.6.2", + "block2 0.6.2", + "objc2 0.6.3", "objc2-core-foundation", ] @@ -4842,14 +5464,14 @@ dependencies = [ [[package]] name = "objc2-ui-kit" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed" +checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" dependencies = [ "bitflags 2.9.4", - "objc2 0.6.2", + "objc2 0.6.3", "objc2-core-foundation", - "objc2-foundation 0.3.1", + "objc2-foundation 0.3.2", ] [[package]] @@ -4878,16 +5500,16 @@ dependencies = [ [[package]] name = "objc2-web-kit" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91672909de8b1ce1c2252e95bbee8c1649c9ad9d14b9248b3d7b4c47903c47ad" +checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f" dependencies = [ "bitflags 2.9.4", - "block2 0.6.1", - "objc2 0.6.2", - "objc2-app-kit 0.3.1", + "block2 0.6.2", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", "objc2-core-foundation", - "objc2-foundation 0.3.1", + "objc2-foundation 0.3.2", ] [[package]] @@ -5056,9 +5678,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" dependencies = [ "lock_api", "parking_lot_core", @@ -5066,15 +5688,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.11" +version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.17", + "redox_syscall 0.5.18", "smallvec", - "windows-targets 0.52.6", + "windows-link 0.2.1", ] [[package]] @@ -5098,12 +5720,13 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "peniko" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f9529efd019889b2a205193c14ffb6e2839b54ed9d2720674f10f4b04d87ac9" +checksum = "9b44f9ddd2f480176b34278eb653ec1c8062f3b143a4e16eeff5ffac3334e288" dependencies = [ "color", "kurbo", + "linebender_resource_handle", "smallvec", ] @@ -5330,16 +5953,16 @@ dependencies = [ [[package]] name = "polling" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829" +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi", "pin-project-lite", "rustix 1.1.2", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -5379,7 +6002,7 @@ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" name = "preview" version = "0.1.0" dependencies = [ - "dioxus", + "dioxus 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", "dioxus-i18n", "dioxus-primitives", "pulldown-cmark", @@ -5402,20 +6025,21 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" +checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" dependencies = [ - "toml_edit 0.20.7", + "toml_datetime 0.6.3", + "toml_edit 0.20.2", ] [[package]] name = "proc-macro-crate" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" +checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit 0.22.27", + "toml_edit 0.23.6", ] [[package]] @@ -5475,6 +6099,22 @@ version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" +[[package]] +name = "psl-types" +version = "2.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" + +[[package]] +name = "publicsuffix" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" +dependencies = [ + "idna", + "psl-types", +] + [[package]] name = "pulldown-cmark" version = "0.13.0" @@ -5528,11 +6168,66 @@ dependencies = [ "memchr", ] +[[package]] +name = "quinn" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" +dependencies = [ + "bytes", + "cfg_aliases", + "pin-project-lite", + "quinn-proto", + "quinn-udp", + "rustc-hash 2.1.1", + "rustls", + "socket2", + "thiserror 2.0.17", + "tokio", + "tracing", + "web-time", +] + +[[package]] +name = "quinn-proto" +version = "0.11.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +dependencies = [ + "bytes", + "getrandom 0.3.3", + "lru-slab", + "rand 0.9.2", + "ring", + "rustc-hash 2.1.1", + "rustls", + "rustls-pki-types", + "slab", + "thiserror 2.0.17", + "tinyvec", + "tracing", + "web-time", +] + +[[package]] +name = "quinn-udp" +version = "0.5.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" +dependencies = [ + "cfg_aliases", + "libc", + "once_cell", + "socket2", + "tracing", + "windows-sys 0.60.2", +] + [[package]] name = "quote" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" +checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" dependencies = [ "proc-macro2", ] @@ -5711,6 +6406,16 @@ dependencies = [ "font-types", ] +[[package]] +name = "read-fonts" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8941f8e9d5f8ad3aebea330d01ac68c0167600eb31a86ecd86e97be4d13b51f5" +dependencies = [ + "bytemuck", + "font-types", +] + [[package]] name = "redox_syscall" version = "0.4.1" @@ -5722,9 +6427,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.17" +version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ "bitflags 2.9.4", ] @@ -5737,14 +6442,14 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] name = "regex-automata" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" +checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" dependencies = [ "aho-corasick", "memchr", @@ -5771,6 +6476,8 @@ checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64", "bytes", + "cookie", + "cookie_store", "encoding_rs", "futures-core", "futures-util", @@ -5785,10 +6492,11 @@ dependencies = [ "js-sys", "log", "mime", - "mime_guess", "native-tls", "percent-encoding", "pin-project-lite", + "quinn", + "rustls", "rustls-pki-types", "serde", "serde_json", @@ -5796,6 +6504,7 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-native-tls", + "tokio-rustls", "tokio-util", "tower", "tower-http", @@ -5805,6 +6514,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", + "webpki-roots", ] [[package]] @@ -5814,14 +6524,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed" dependencies = [ "ashpd", - "block2 0.6.1", + "block2 0.6.2", "dispatch2", "js-sys", "log", - "objc2 0.6.2", - "objc2-app-kit 0.3.1", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", "objc2-core-foundation", - "objc2-foundation 0.3.1", + "objc2-foundation 0.3.2", "pollster", "raw-window-handle 0.6.2", "urlencoding", @@ -5901,16 +6611,17 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.61.0", + "windows-sys 0.61.2", ] [[package]] name = "rustls" -version = "0.23.31" +version = "0.23.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" +checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" dependencies = [ "once_cell", + "ring", "rustls-pki-types", "rustls-webpki", "subtle", @@ -5923,14 +6634,15 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" dependencies = [ + "web-time", "zeroize", ] [[package]] name = "rustls-webpki" -version = "0.103.5" +version = "0.103.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a37813727b78798e53c2bec3f5e8fe12a6d6f8389bf9ca7802add4c9905ad8" +checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" dependencies = [ "ring", "rustls-pki-types", @@ -5982,7 +6694,7 @@ version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" dependencies = [ - "windows-sys 0.61.0", + "windows-sys 0.61.2", ] [[package]] @@ -6080,9 +6792,9 @@ checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" [[package]] name = "semver" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" +checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" [[package]] name = "send_wrapper" @@ -6095,10 +6807,11 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.219" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" dependencies = [ + "serde_core", "serde_derive", ] @@ -6113,11 +6826,20 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + [[package]] name = "serde_derive" -version = "1.0.219" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", @@ -6126,24 +6848,26 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.143" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" +checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" dependencies = [ "itoa", "memchr", "ryu", "serde", + "serde_core", ] [[package]] name = "serde_path_to_error" -version = "0.1.17" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" +checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" dependencies = [ "itoa", "serde", + "serde_core", ] [[package]] @@ -6154,7 +6878,7 @@ checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352" dependencies = [ "percent-encoding", "serde", - "thiserror 2.0.16", + "thiserror 2.0.17", ] [[package]] @@ -6195,39 +6919,23 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c27fbd25ecc066481e383e2ed62ab2480e708aa3fe46cba36e95f58e61dfd04" dependencies = [ - "axum", "base64", "bytes", - "const-str", + "const-str 0.6.4", "const_format", "dashmap", "futures", - "gloo-net", "http", - "http-body-util", - "hyper", - "inventory", - "js-sys", "pin-project-lite", - "reqwest", "rustc_version", "rustversion", - "send_wrapper", "serde", "serde_json", "serde_qs", "server_fn_macro_default", - "thiserror 2.0.16", + "thiserror 2.0.17", "throw_error", - "tokio", - "tokio-tungstenite 0.27.0", - "tower", - "tower-layer", "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "wasm-streams", - "web-sys", "xxhash-rust", ] @@ -6379,6 +7087,16 @@ dependencies = [ "read-fonts 0.33.1", ] +[[package]] +name = "skrifa" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37004372610e83ee2a4c69c7d896b41f33da6a3dc1a4fe07dd9b2629a549b1dc" +dependencies = [ + "bytemuck", + "read-fonts 0.34.0", +] + [[package]] name = "slab" version = "0.4.11" @@ -6767,16 +7485,35 @@ dependencies = [ [[package]] name = "subsecond" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b14ed4d86ab065ffbfdb994fd3e44daf5244b02cb643bd52949d74b703f36605" +dependencies = [ + "js-sys", + "libc", + "libloading 0.8.9", + "memfd", + "memmap2", + "serde", + "subsecond-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 2.0.17", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "subsecond" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "js-sys", "libc", - "libloading 0.8.8", + "libloading 0.8.9", "memfd", "memmap2", "serde", - "subsecond-types", - "thiserror 2.0.16", + "subsecond-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "thiserror 2.0.17", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -6785,7 +7522,16 @@ dependencies = [ [[package]] name = "subsecond-types" version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#eef4db67b1164934eb29b7ac4d4bcd693bba25a5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "275920a8a5634e47e12253971db85946798795bbe4d9dfc1debf23533d823983" +dependencies = [ + "serde", +] + +[[package]] +name = "subsecond-types" +version = "0.7.0-rc.0" +source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" dependencies = [ "serde", ] @@ -6814,11 +7560,11 @@ dependencies = [ [[package]] name = "swash" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f745de914febc7c9ab4388dfaf94bbc87e69f57bb41133a9b0c84d4be49856f3" +checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a" dependencies = [ - "skrifa 0.31.3", + "skrifa 0.36.0", "yazi", "zeno", ] @@ -6867,12 +7613,11 @@ dependencies = [ [[package]] name = "syntect" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1" +checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" dependencies = [ "bincode", - "bitflags 1.3.2", "flate2", "fnv", "once_cell", @@ -6882,7 +7627,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.17", "walkdir", "yaml-rust", ] @@ -6940,7 +7685,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "959469667dbcea91e5485fc48ba7dd6023face91bb0f1a14681a70f99847c3f7" dependencies = [ "bitflags 2.9.4", - "block2 0.6.1", + "block2 0.6.2", "core-foundation 0.10.1", "core-graphics 0.24.0", "crossbeam-channel", @@ -6957,9 +7702,9 @@ dependencies = [ "ndk", "ndk-context", "ndk-sys 0.6.0+11769913", - "objc2 0.6.2", - "objc2-app-kit 0.3.1", - "objc2-foundation 0.3.1", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", + "objc2-foundation 0.3.2", "once_cell", "parking_lot", "raw-window-handle 0.5.2", @@ -6993,15 +7738,15 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", "rustix 1.1.2", - "windows-sys 0.61.0", + "windows-sys 0.61.2", ] [[package]] @@ -7041,11 +7786,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.16", + "thiserror-impl 2.0.17", ] [[package]] @@ -7061,9 +7806,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", @@ -7249,9 +7994,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ "rustls", "tokio", @@ -7266,30 +8011,31 @@ dependencies = [ "futures-core", "pin-project-lite", "tokio", + "tokio-util", ] [[package]] name = "tokio-tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" +checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.26.2", + "tungstenite 0.27.0", ] [[package]] name = "tokio-tungstenite" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" +checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.27.0", + "tungstenite 0.28.0", ] [[package]] @@ -7300,6 +8046,7 @@ checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", + "futures-io", "futures-sink", "futures-util", "pin-project-lite", @@ -7308,25 +8055,34 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.23" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "serde", "serde_spanned", - "toml_datetime", - "toml_edit 0.22.27", + "toml_datetime 0.6.3", + "toml_edit 0.20.2", ] [[package]] name = "toml_datetime" -version = "0.6.11" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" dependencies = [ "serde", ] +[[package]] +name = "toml_datetime" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" +dependencies = [ + "serde_core", +] + [[package]] name = "toml_edit" version = "0.19.15" @@ -7334,31 +8090,41 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap", - "toml_datetime", + "toml_datetime 0.6.3", "winnow 0.5.40", ] [[package]] name = "toml_edit" -version = "0.20.7" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap", - "toml_datetime", + "serde", + "serde_spanned", + "toml_datetime 0.6.3", "winnow 0.5.40", ] [[package]] name = "toml_edit" -version = "0.22.27" +version = "0.23.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" +checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" dependencies = [ "indexmap", - "serde", - "serde_spanned", - "toml_datetime", + "toml_datetime 0.7.2", + "toml_parser", + "winnow 0.7.13", +] + +[[package]] +name = "toml_parser" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" +dependencies = [ "winnow 0.7.13", ] @@ -7496,14 +8262,14 @@ dependencies = [ "dirs", "libappindicator", "muda", - "objc2 0.6.2", - "objc2-app-kit 0.3.1", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", "objc2-core-foundation", "objc2-core-graphics", - "objc2-foundation 0.3.1", + "objc2-foundation 0.3.2", "once_cell", "png", - "thiserror 2.0.16", + "thiserror 2.0.17", "windows-sys 0.59.0", ] @@ -7524,37 +8290,37 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" +checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" dependencies = [ "bytes", "data-encoding", "http", "httparse", "log", + "native-tls", "rand 0.9.2", + "rustls", "sha1", - "thiserror 2.0.16", + "thiserror 2.0.17", "utf-8", ] [[package]] name = "tungstenite" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" +checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" dependencies = [ "bytes", "data-encoding", "http", "httparse", "log", - "native-tls", "rand 0.9.2", - "rustls", "sha1", - "thiserror 2.0.16", + "thiserror 2.0.17", "utf-8", ] @@ -7569,9 +8335,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" [[package]] name = "uds_windows" @@ -7698,9 +8464,9 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-width" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "unicode-xid" @@ -7812,7 +8578,7 @@ dependencies = [ "png", "skrifa 0.35.0", "static_assertions", - "thiserror 2.0.16", + "thiserror 2.0.17", "vello_encoding", "vello_shaders", "wgpu", @@ -7839,7 +8605,7 @@ checksum = "b2ebea426bb2f95b7610bca09178b03d809ede1d3c500a9acf6eca43e8f200be" dependencies = [ "bytemuck", "naga", - "thiserror 2.0.16", + "thiserror 2.0.17", "vello_encoding", ] @@ -7925,9 +8691,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.101" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" +checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" dependencies = [ "cfg-if", "once_cell", @@ -7938,9 +8704,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.101" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" +checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" dependencies = [ "bumpalo", "log", @@ -7952,9 +8718,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.51" +version = "0.4.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe" +checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" dependencies = [ "cfg-if", "js-sys", @@ -7965,9 +8731,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.101" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" +checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -7975,9 +8741,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.101" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" +checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" dependencies = [ "proc-macro2", "quote", @@ -7988,9 +8754,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.101" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" +checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" dependencies = [ "unicode-ident", ] @@ -8119,9 +8885,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.78" +version = "0.3.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12" +checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" dependencies = [ "js-sys", "wasm-bindgen", @@ -8159,8 +8925,8 @@ dependencies = [ "jni", "log", "ndk-context", - "objc2 0.6.2", - "objc2-foundation 0.3.1", + "objc2 0.6.3", + "objc2-foundation 0.3.2", "url", "web-sys", ] @@ -8209,6 +8975,15 @@ dependencies = [ "system-deps", ] +[[package]] +name = "webpki-roots" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" +dependencies = [ + "rustls-pki-types", +] + [[package]] name = "webview2-com" version = "0.38.0" @@ -8219,8 +8994,8 @@ dependencies = [ "webview2-com-sys", "windows 0.61.3", "windows-core 0.61.2", - "windows-implement 0.60.0", - "windows-interface 0.59.1", + "windows-implement 0.60.2", + "windows-interface 0.59.3", ] [[package]] @@ -8240,7 +9015,7 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c" dependencies = [ - "thiserror 2.0.16", + "thiserror 2.0.17", "windows 0.61.3", "windows-core 0.61.2", ] @@ -8297,7 +9072,7 @@ dependencies = [ "raw-window-handle 0.6.2", "rustc-hash 1.1.0", "smallvec", - "thiserror 2.0.16", + "thiserror 2.0.17", "wgpu-hal", "wgpu-types", ] @@ -8325,7 +9100,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.8.8", + "libloading 0.8.9", "log", "metal", "naga", @@ -8340,7 +9115,7 @@ dependencies = [ "renderdoc-sys", "rustc-hash 1.1.0", "smallvec", - "thiserror 2.0.16", + "thiserror 2.0.17", "wasm-bindgen", "web-sys", "wgpu-types", @@ -8382,7 +9157,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.0", + "windows-sys 0.61.2", ] [[package]] @@ -8442,8 +9217,8 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ - "windows-implement 0.60.0", - "windows-interface 0.59.1", + "windows-implement 0.60.2", + "windows-interface 0.59.3", "windows-link 0.1.3", "windows-result 0.3.4", "windows-strings 0.4.2", @@ -8473,9 +9248,9 @@ dependencies = [ [[package]] name = "windows-implement" -version = "0.60.0" +version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", @@ -8495,9 +9270,9 @@ dependencies = [ [[package]] name = "windows-interface" -version = "0.59.1" +version = "0.59.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", @@ -8512,9 +9287,9 @@ checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" [[package]] name = "windows-link" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] name = "windows-numerics" @@ -8607,16 +9382,16 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ - "windows-targets 0.53.3", + "windows-targets 0.53.5", ] [[package]] name = "windows-sys" -version = "0.61.0" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows-link 0.2.0", + "windows-link 0.2.1", ] [[package]] @@ -8652,19 +9427,19 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.3" +version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ - "windows-link 0.1.3", - "windows_aarch64_gnullvm 0.53.0", - "windows_aarch64_msvc 0.53.0", - "windows_i686_gnu 0.53.0", - "windows_i686_gnullvm 0.53.0", - "windows_i686_msvc 0.53.0", - "windows_x86_64_gnu 0.53.0", - "windows_x86_64_gnullvm 0.53.0", - "windows_x86_64_msvc 0.53.0", + "windows-link 0.2.1", + "windows_aarch64_gnullvm 0.53.1", + "windows_aarch64_msvc 0.53.1", + "windows_i686_gnu 0.53.1", + "windows_i686_gnullvm 0.53.1", + "windows_i686_msvc 0.53.1", + "windows_x86_64_gnu 0.53.1", + "windows_x86_64_gnullvm 0.53.1", + "windows_x86_64_msvc 0.53.1", ] [[package]] @@ -8678,11 +9453,11 @@ dependencies = [ [[package]] name = "windows-version" -version = "0.1.5" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e061eb0a22b4a1d778ad70f7575ec7845490abb35b08fa320df7895882cacb" +checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631" dependencies = [ - "windows-link 0.2.0", + "windows-link 0.2.1", ] [[package]] @@ -8699,9 +9474,9 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" [[package]] name = "windows_aarch64_msvc" @@ -8717,9 +9492,9 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_aarch64_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" [[package]] name = "windows_i686_gnu" @@ -8735,9 +9510,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" [[package]] name = "windows_i686_gnu" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" [[package]] name = "windows_i686_gnullvm" @@ -8747,9 +9522,9 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" [[package]] name = "windows_i686_msvc" @@ -8765,9 +9540,9 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_i686_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" [[package]] name = "windows_x86_64_gnu" @@ -8783,9 +9558,9 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnu" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" [[package]] name = "windows_x86_64_gnullvm" @@ -8801,9 +9576,9 @@ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" [[package]] name = "windows_x86_64_msvc" @@ -8819,9 +9594,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "windows_x86_64_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winit" @@ -8918,7 +9693,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12a714d9ba7075aae04a6e50229d6109e3d584774b99a6a8c60de1698ca111b9" dependencies = [ "base64", - "block2 0.6.1", + "block2 0.6.2", "cookie", "crossbeam-channel", "dpi", @@ -8931,11 +9706,11 @@ dependencies = [ "kuchikiki", "libc", "ndk", - "objc2 0.6.2", - "objc2-app-kit 0.3.1", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", "objc2-core-foundation", - "objc2-foundation 0.3.1", - "objc2-ui-kit 0.3.1", + "objc2-foundation 0.3.2", + "objc2-ui-kit 0.3.2", "objc2-web-kit", "once_cell", "percent-encoding", @@ -8943,7 +9718,7 @@ dependencies = [ "sha2", "soup3", "tao-macros", - "thiserror 2.0.16", + "thiserror 2.0.17", "url", "webkit2gtk", "webkit2gtk-sys", @@ -8983,7 +9758,7 @@ dependencies = [ "as-raw-xcb-connection", "gethostname", "libc", - "libloading 0.8.8", + "libloading 0.8.9", "once_cell", "rustix 1.1.2", "x11rb-protocol", @@ -9193,7 +9968,7 @@ version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", "syn 2.0.106", @@ -9206,7 +9981,7 @@ version = "5.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", "syn 2.0.106", @@ -9300,9 +10075,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" +checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" [[package]] name = "zerovec" @@ -9375,7 +10150,7 @@ version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", "syn 2.0.106", @@ -9388,7 +10163,7 @@ version = "5.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 3.4.0", "proc-macro2", "quote", "syn 2.0.106", diff --git a/Cargo.toml b/Cargo.toml index a69e6ff5..5dfe0135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,5 @@ members = ["primitives", "preview"] [workspace.dependencies] dioxus-primitives = { path = "primitives" } -dioxus = "^0.7.0-rc.0" -tracing = { version = "0.1", features = ["std"] } - -[patch.crates-io] dioxus = { git = "https://github.com/DioxusLabs/dioxus" } -dioxus-core = { git = "https://github.com/DioxusLabs/dioxus" } -dioxus-signals = { git = "https://github.com/DioxusLabs/dioxus" } -generational-box = { git = "https://github.com/DioxusLabs/dioxus" } +tracing = { version = "0.1", features = ["std"] } diff --git a/preview/Cargo.toml b/preview/Cargo.toml index 86303814..331853f4 100644 --- a/preview/Cargo.toml +++ b/preview/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.80.0" [dependencies] dioxus = { workspace = true, features = ["router"] } dioxus-primitives.workspace = true -dioxus-i18n = { git = "https://github.com/dioxus-community/dioxus-i18n.git", branch = "main" } +dioxus-i18n = { git = "https://github.com/ealmloff/dioxus-i18n", branch = "bump-dioxus" } unic-langid = { version = "0.9", features = ["macros"] } strum = { version = "0.27.2", features = ["derive"] } tracing.workspace = true diff --git a/primitives/src/slider.rs b/primitives/src/slider.rs index 4f8b311a..866b38fb 100644 --- a/primitives/src/slider.rs +++ b/primitives/src/slider.rs @@ -43,7 +43,7 @@ impl Pointer { } static POINTERS: GlobalSignal> = Global::new(|| { - let runtime = Runtime::current().unwrap(); + let runtime = Runtime::current(); queue_effect(move || { runtime.spawn(ScopeId::ROOT, async move { let mut pointer_updates = dioxus::document::eval( From 82bd90dc73b478f7605a4275295b7c2deaf2604d Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Thu, 9 Oct 2025 11:22:41 -0500 Subject: [PATCH 4/7] bump to rc.1 --- Cargo.lock | 1547 +++++++++++++++++++--------------------------------- Cargo.toml | 2 +- 2 files changed, 572 insertions(+), 977 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cfef49e..63c727e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ "log", "ndk", "ndk-context", - "ndk-sys 0.6.0+11769913", + "ndk-sys", "num_enum", "thiserror 1.0.69", ] @@ -197,24 +197,24 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "anyrender" -version = "0.5.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d136c78cf4c024f4433e2f775048c72c4912df168f9534652c5389217ee3bd" +checksum = "13df215023d4e8c644b39202b468be3ee6d098dcfef1bb3ab7c259dfaf48d7f1" dependencies = [ - "kurbo", + "kurbo 0.12.0", "peniko", "raw-window-handle 0.6.2", ] [[package]] name = "anyrender_svg" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6811ea5c49d3ebad565d14d82564d21e24462cb81a2480818b9b57ce599eca1a" +checksum = "bfac9c4fd03fce2567350bc6ac736f90e4251978028e3b89152b32734c3e7738" dependencies = [ "anyrender", "image", - "kurbo", + "kurbo 0.12.0", "peniko", "thiserror 2.0.17", "usvg", @@ -222,20 +222,21 @@ dependencies = [ [[package]] name = "anyrender_vello" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c7bfb13ee0f53fb0bd500edb21f601e48e86d95d739c1a0a92579c7982b73d3" +checksum = "ab3c79655b730ce2ad2461e1770bf2786adcb8b411429cb4730748592325416b" dependencies = [ "anyrender", "debug_timer", "futures-intrusive", - "kurbo", + "kurbo 0.12.0", "peniko", "pollster", "raw-window-handle 0.6.2", "rustc-hash 1.1.0", "vello", "wgpu", + "wgpu_context", ] [[package]] @@ -248,6 +249,23 @@ dependencies = [ "serde", ] +[[package]] +name = "arboard" +version = "3.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf" +dependencies = [ + "clipboard-win", + "log", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", + "objc2-foundation 0.3.2", + "parking_lot", + "percent-encoding", + "windows-sys 0.60.2", + "x11rb", +] + [[package]] name = "arrayref" version = "0.3.9" @@ -733,9 +751,9 @@ dependencies = [ [[package]] name = "blitz-dom" -version = "0.1.4" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b40d275ae1ea7c6b70233ebd6ed4278038ab4d00dcc1812bca14c9c3ab065116" +checksum = "961605e9c4cc60eb93bc54172650d3f7b868d15a6e3345419f5e76d1df367b45" dependencies = [ "accesskit", "app_units", @@ -751,14 +769,14 @@ dependencies = [ "html-escape", "image", "keyboard-types", + "linebender_resource_handle", "markup5ever 0.35.0", "objc2 0.6.3", "parley", - "peniko", "percent-encoding", "rayon", - "selectors 0.31.0", - "skrifa 0.31.3", + "selectors 0.32.0", + "skrifa 0.37.0", "slab", "smallvec", "stylo", @@ -774,9 +792,9 @@ dependencies = [ [[package]] name = "blitz-html" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58dcb1b0ff3be0a452e39f84d3f9117a28df98a99c25351d8506910ea142d3cd" +checksum = "e77adcd3cb60e67d365bc897c6120ecb684627f2e2265c2bb75b12cc6c4bc4de" dependencies = [ "blitz-dom", "blitz-traits", @@ -786,9 +804,9 @@ dependencies = [ [[package]] name = "blitz-net" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2434788de88b5b6b10a4b71b08284be3126633caa53c15063a2bf322ef6c6202" +checksum = "0583c80a179a95a08adeb30c6c25dfeaa9d6e9314072f3c81a7976dee8d7a562" dependencies = [ "blitz-traits", "data-url", @@ -798,9 +816,9 @@ dependencies = [ [[package]] name = "blitz-paint" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5442484c1401ff358249d7390783c0bf3c71fd6968551fcc8c55809a0db47a87" +checksum = "027aa42b3795589c9d7ae0238ac3087f9f22b58f9643fc22c4dc1ef1ef3413b2" dependencies = [ "anyrender", "anyrender_svg", @@ -808,39 +826,40 @@ dependencies = [ "blitz-traits", "color", "euclid", - "kurbo", + "kurbo 0.12.0", "parley", "peniko", "stylo", "taffy", - "tracing", "usvg", ] [[package]] name = "blitz-shell" -version = "0.1.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14603c202d692b179db363ff1819578f80ee266f9ce6bd8b4efb3e7122cbdbc0" +checksum = "d0c3e586f0547855cd738c41cb4700bc0889c34ad5d0ad082f532c4ac0eb0c4e" dependencies = [ "accesskit", "accesskit_winit", "android-activity", "anyrender", + "arboard", "blitz-dom", "blitz-paint", "blitz-traits", "futures-util", "keyboard-types", + "rfd", "tracing", "winit", ] [[package]] name = "blitz-traits" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28632c6f78fa8a70c11f88df2c0fe459c1391acf2cf1032040a57e991f4b5512" +checksum = "6cd87a5b7bc1bc3d546aeb28d0867ff3191e9c4e85452e1808931200a4bc49d4" dependencies = [ "bitflags 2.9.4", "bytes", @@ -1097,6 +1116,15 @@ dependencies = [ "half", ] +[[package]] +name = "clipboard-win" +version = "5.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" +dependencies = [ + "error-code", +] + [[package]] name = "cocoa" version = "0.26.1" @@ -1128,12 +1156,13 @@ dependencies = [ [[package]] name = "codespan-reporting" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ + "serde", "termcolor", - "unicode-width 0.1.14", + "unicode-width", ] [[package]] @@ -1167,62 +1196,27 @@ dependencies = [ "crossbeam-utils", ] -[[package]] -name = "console_error_panic_hook" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" -dependencies = [ - "cfg-if", - "wasm-bindgen", -] - [[package]] name = "const-serialize" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c02a1f46ffe1c6f05edf568a7d8e2ab477c75a6ec5f33d2b83ce54fc3f096ca" -dependencies = [ - "const-serialize-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", -] - -[[package]] -name = "const-serialize" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "62fa1b64a9432bd3ec5dfc7ed000b03a6bf2edb9e67bbe15e47c319506198c4c" dependencies = [ - "const-serialize-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "const-serialize-macro", "serde", ] [[package]] name = "const-serialize-macro" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1da74b91de7c3426afaed28ed514bc4cd39821eeecf9f32dc424023310a63ae4" +checksum = "983992de580b235fff6a419247007b298cd2e7da0f11ee2491152cae49fa93f7" dependencies = [ "proc-macro2", "quote", "syn 2.0.106", ] -[[package]] -name = "const-serialize-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "const-str" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "451d0640545a0553814b4c646eb549343561618838e9b42495f466131fe3ad49" - [[package]] name = "const-str" version = "0.7.0" @@ -1596,9 +1590,9 @@ checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" [[package]] name = "debug_timer" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601b64630ed8e9306553e4b97e33516f9b4a69f520d0b25c5c7e93e5e93043d3" +checksum = "da220af51a1a335e9a930beaaef53d261e41ea9eecfb3d973a3ddae1a7284b9c" [[package]] name = "deranged" @@ -1655,93 +1649,54 @@ dependencies = [ [[package]] name = "dioxus" -version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c5e29983134d7b38f2d4578afc649ce5df744d9a7e13a1b1a983376f1056f41" -dependencies = [ - "dioxus-asset-resolver 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-config-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-config-macros 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-devtools 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-document 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-fullstack 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-html 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-logger 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-stores 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-web 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "manganis 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subsecond 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "warnings", -] - -[[package]] -name = "dioxus" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-config-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-config-macros 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfab61caa2b10a905998c9cb5cb1717b8ce858f3cec009efb19fc91b159f2120" +dependencies = [ + "dioxus-asset-resolver", + "dioxus-cli-config", + "dioxus-config-macro", + "dioxus-config-macros", + "dioxus-core", + "dioxus-core-macro", "dioxus-desktop", - "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-fullstack 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-devtools", + "dioxus-document", + "dioxus-fullstack", "dioxus-fullstack-macro", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history", + "dioxus-hooks", + "dioxus-html", "dioxus-liveview", - "dioxus-logger 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-logger", "dioxus-native", "dioxus-router", "dioxus-server", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals", "dioxus-ssr", - "dioxus-stores 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-web 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "manganis 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-stores", + "dioxus-web", + "manganis", "serde", - "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "subsecond", "warnings", ] [[package]] name = "dioxus-asset-resolver" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b6782436b323a84b4d9f90cf2365b35a1cdb918191221f71865dcc2e70016b6" -dependencies = [ - "jni", - "manganis-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ndk", - "ndk-context", - "ndk-sys 0.6.0+11769913", - "thiserror 2.0.17", -] - -[[package]] -name = "dioxus-asset-resolver" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "25dcd9492970659cf77c1afcb79270ad62a3bf5ab1d90f12f565b26fd9ba2507" dependencies = [ - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config", "http", "infer", "jni", "js-sys", - "manganis-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "manganis-core", "ndk", "ndk-context", - "ndk-sys 0.6.0+11769913", + "ndk-sys", "percent-encoding", "thiserror 2.0.17", "tokio", @@ -1751,35 +1706,18 @@ dependencies = [ [[package]] name = "dioxus-cli-config" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cec511d8a05ed60071bb0088f07ec40325faf27a608fa19d65befdd842b57f" -dependencies = [ - "wasm-bindgen", -] - -[[package]] -name = "dioxus-cli-config" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "231a1a85b7977e938e55db0c9bd04893830e8ee72a5f0b610ce927939887718f" dependencies = [ "wasm-bindgen", ] [[package]] name = "dioxus-config-macro" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0711887c38dcebd391bfa5a0759c79ffcc5b0c21ee120cf3d99c42346eb626d" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "dioxus-config-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "79022b079edb218464680678b6c9069f417f2185be021675be060e5c3be394d8" dependencies = [ "proc-macro2", "quote", @@ -1787,79 +1725,41 @@ dependencies = [ [[package]] name = "dioxus-config-macros" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349cae693022df3af125c9f794aef0ffec97f2e1d01c252d883149e7ca7a0324" - -[[package]] -name = "dioxus-config-macros" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "ee30f3e7b9faa3214de9e67e1ee39a4c1cccc600286cd31ad9f4b662d1bd62a4" [[package]] name = "dioxus-core" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b55eccaa5c4f35f1755ea18a5716fe8ecba60ff1f25c52be6ceda2e6a52eb6" -dependencies = [ - "const_format", - "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel", - "futures-util", - "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "longest-increasing-subsequence", - "rustc-hash 2.1.1", - "rustversion", - "serde", - "slab", - "slotmap", - "subsecond 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "warnings", -] - -[[package]] -name = "dioxus-core" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "0cdb8ce8b66e981a0ce943184efa6dcdce06852f701642e0570648bec313596a" dependencies = [ "anyhow", "const_format", - "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core-types", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "longest-increasing-subsequence", "rustc-hash 2.1.1", "rustversion", "serde", "slab", "slotmap", - "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "subsecond", "tracing", "warnings", ] [[package]] name = "dioxus-core-macro" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9280f81c8d58863b3077f1b7ca097e2f2b28d30a5aa02a656fbf72b0aee1bd9f" -dependencies = [ - "convert_case 0.8.0", - "dioxus-rsx 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "dioxus-core-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "bcf7bb96b7cd7bea18be827b720f35f15db8b493d1832e69277539eaf336897a" dependencies = [ "convert_case 0.8.0", - "dioxus-rsx 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-rsx", "proc-macro2", "quote", "syn 2.0.106", @@ -1867,48 +1767,44 @@ dependencies = [ [[package]] name = "dioxus-core-types" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0ef2a94b4ceb8f7a39f56a539d07e82b0358a49a0b95028ad48635975df29d7" - -[[package]] -name = "dioxus-core-types" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "2f6ed5dc0c2fac63830b52c613be5380fc1d9e48981b65cd7a1771c725ba4b69" [[package]] name = "dioxus-desktop" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9417be8a0d0bfdcdecb0a28bd9728bfd23bcc24d2b1d624e0298d8cbd576a911" dependencies = [ "async-trait", "base64", "bytes", "cocoa", "core-foundation 0.10.1", - "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-asset-resolver", + "dioxus-cli-config", + "dioxus-core", + "dioxus-devtools", + "dioxus-document", + "dioxus-history", + "dioxus-hooks", + "dioxus-html", + "dioxus-interpreter-js", + "dioxus-signals", "dunce", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "global-hotkey", "infer", "jni", - "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "lazy-js-bundle 0.7.0-rc.1", "libc", "muda", "ndk", "ndk-context", - "ndk-sys 0.6.0+11769913", + "ndk-sys", "objc", "objc_id", "percent-encoding", @@ -1932,37 +1828,19 @@ dependencies = [ [[package]] name = "dioxus-devtools" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60af4e129968ab1713471ed0b29c3eefa4e8e09252429487d7a581e93c7ecfe5" +checksum = "aee75595feb78aaf4101f95699b1323bbf7910ce5cfeec730725ec7781c88317" dependencies = [ - "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-devtools-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "serde_json", - "subsecond 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 2.0.17", - "tracing", - "tungstenite 0.27.0", - "warnings", -] - -[[package]] -name = "dioxus-devtools" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-devtools-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config", + "dioxus-core", + "dioxus-devtools-types", + "dioxus-signals", "futures-channel", "futures-util", "serde", "serde_json", - "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "subsecond", "thiserror 2.0.17", "tracing", "tungstenite 0.27.0", @@ -1971,57 +1849,29 @@ dependencies = [ [[package]] name = "dioxus-devtools-types" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64274704b6a8d018112473cdce0b3db1dcccfa79bde445223592fe4e396ff5ef" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "subsecond-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "dioxus-devtools-types" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "cc965cdbe70c85e15e1d172546213dde0941afa2e1e0ff72510a5eea69db03e4" dependencies = [ - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", "serde", - "subsecond-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "subsecond-types", ] [[package]] name = "dioxus-document" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c7f4ff62a842c026c74b9782dd9117a2310ec52de69d858a9e54b96b3bac15" +checksum = "923edda3e26de60eb1954bf8bbe562dab891ee207f97bded3469b7b97ec27325" dependencies = [ - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-html 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus-core", + "dioxus-core-macro", + "dioxus-core-types", + "dioxus-html", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "serde_json", - "tracing", -] - -[[package]] -name = "dioxus-document" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "futures-channel", - "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", + "lazy-js-bundle 0.7.0-rc.1", "serde", "serde_json", "tracing", @@ -2029,34 +1879,9 @@ dependencies = [ [[package]] name = "dioxus-fullstack" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819981e8aa811d9b81ac3135a8a74db2f1fa7510473c3251f98eceb2c710632e" -dependencies = [ - "base64", - "bytes", - "ciborium", - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-devtools 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-document 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-fullstack-hooks", - "dioxus-fullstack-protocol", - "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-web 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus_server_macro", - "futures-channel", - "futures-util", - "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "http", - "serde", - "server_fn", - "tracing", -] - -[[package]] -name = "dioxus-fullstack" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "6f4bf3345e91a5c7fa27ada6c27722b2cdec39b6d58f55869d9bde7fce0204c8" dependencies = [ "anyhow", "async-stream", @@ -2067,18 +1892,18 @@ dependencies = [ "base64", "bytes", "ciborium", - "const-str 0.7.0", + "const-str", "const_format", "content_disposition", "derive_more 2.0.1", - "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-asset-resolver", + "dioxus-cli-config", + "dioxus-core", "dioxus-fullstack-core", "dioxus-fullstack-macro", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-hooks", + "dioxus-html", + "dioxus-signals", "form_urlencoded", "futures", "futures-channel", @@ -2119,21 +1944,22 @@ dependencies = [ [[package]] name = "dioxus-fullstack-core" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e04f171276ca69d5d2266c786b390f281ed4c2b375db370d20d3eda0ebb5e891" dependencies = [ "anyhow", "axum-core", "base64", "ciborium", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", + "dioxus-document", + "dioxus-history", + "dioxus-hooks", + "dioxus-signals", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "http", "inventory", "serde", @@ -2142,25 +1968,11 @@ dependencies = [ "tracing", ] -[[package]] -name = "dioxus-fullstack-hooks" -version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef5fad61b2821b8f26c8498834920d617449d0b866aaac01b95284237f76e9d5" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-fullstack-protocol", - "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel", - "serde", -] - [[package]] name = "dioxus-fullstack-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d218f17463e0bf255599afe1ef477ca9049e549491032a57e618ee1bf65a6b17" dependencies = [ "const_format", "convert_case 0.8.0", @@ -2170,65 +1982,27 @@ dependencies = [ "xxhash-rust", ] -[[package]] -name = "dioxus-fullstack-protocol" -version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f266ad9e20be14b8899f2133dd942131f03e6749650e65e2aaec2c7f8a4bc1" -dependencies = [ - "base64", - "ciborium", - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "tracing", -] - [[package]] name = "dioxus-history" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e9e34323717a78ea3f8ba5072ff484744a656e8d422932c19937b67f45113e" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", -] - -[[package]] -name = "dioxus-history" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "a07f1cb988bfae15dc66564616adc98a89fdfbb5e5e94ac28f8a2f2590886ded" dependencies = [ - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", "tracing", ] [[package]] name = "dioxus-hooks" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab776b9a156765cc7dd7876891c98b9ab06b1f995d33ff169b06ef4f23cfd437" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel", - "futures-util", - "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustversion", - "slab", - "tracing", - "warnings", -] - -[[package]] -name = "dioxus-hooks" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "3843e73fb8f199326d9b77c2dce6c89dfd47f77cbd87dd50fedfb4a2f9fc8015" dependencies = [ - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", + "dioxus-signals", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "rustversion", "slab", "tracing", @@ -2237,45 +2011,24 @@ dependencies = [ [[package]] name = "dioxus-html" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "073e5b69a7b66e9cbb49530df8c4cf86bf2aff3322ba86a3d722f9d58cd9c54b" -dependencies = [ - "async-trait", - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-hooks 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-html-internal-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "enumset", - "euclid", - "futures-channel", - "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "keyboard-types", - "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustversion", - "tracing", -] - -[[package]] -name = "dioxus-html" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "5341444c368b99d119646256292cb6b1034458f53280cff3b9dd9f5c992baab2" dependencies = [ "async-trait", "bytes", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html-internal-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", + "dioxus-core-macro", + "dioxus-core-types", + "dioxus-hooks", + "dioxus-html-internal-macro", "enumset", "euclid", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "keyboard-types", - "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "lazy-js-bundle 0.7.0-rc.1", "rustversion", "serde", "serde_json", @@ -2285,20 +2038,9 @@ dependencies = [ [[package]] name = "dioxus-html-internal-macro" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162beea862dc888897a0b527db08724ede0f09e59fe081ab39caa0b085f40e10" -dependencies = [ - "convert_case 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "dioxus-html-internal-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "8c19513628504ec7059812331d60e32d8d37b1f48c3252e5ad757db3e65b48c3" dependencies = [ "convert_case 0.8.0", "proc-macro2", @@ -2309,9 +2051,9 @@ dependencies = [ [[package]] name = "dioxus-i18n" version = "0.4.3" -source = "git+https://github.com/ealmloff/dioxus-i18n?branch=bump-dioxus#94b7d898432fa64881ff163f8cf8b9343efd3023" +source = "git+https://github.com/ealmloff/dioxus-i18n?branch=bump-dioxus#7afae07dd5130c9ebbdd3a279cfaf5b8f0c62fff" dependencies = [ - "dioxus 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus", "fluent", "thiserror 2.0.17", "unic-langid", @@ -2320,30 +2062,15 @@ dependencies = [ [[package]] name = "dioxus-interpreter-js" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd2ef3fe9bddfcac6d2ccf123d4834b5c3d97e6f2be8fcbfc4943226d9d7d4fe" +checksum = "352115c6688009b4319f5b510d7a438e67fa655394310a3706cffa7f6218b93e" dependencies = [ + "dioxus-core", + "dioxus-core-types", + "dioxus-html", "js-sys", - "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-hash 2.1.1", - "sledgehammer_bindgen", - "sledgehammer_utils", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "dioxus-interpreter-js" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "js-sys", - "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "lazy-js-bundle 0.7.0-rc.1", "rustc-hash 2.1.1", "serde", "sledgehammer_bindgen", @@ -2355,20 +2082,21 @@ dependencies = [ [[package]] name = "dioxus-liveview" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3a125beceef0c208f32076a7d0e71afc11b4d4fb2a24ca02207b46103e69466" dependencies = [ "axum", - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config", + "dioxus-core", + "dioxus-devtools", + "dioxus-document", + "dioxus-history", + "dioxus-html", + "dioxus-interpreter-js", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "rustc-hash 2.1.1", "serde", "serde_json", @@ -2382,23 +2110,11 @@ dependencies = [ [[package]] name = "dioxus-logger" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d39a7c4d1f848fa62d0e605aabce921cc8a95ccea3d17101a840d216471adb7" -dependencies = [ - "console_error_panic_hook", - "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "tracing-subscriber", - "tracing-wasm", -] - -[[package]] -name = "dioxus-logger" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "567f266396a2bb65b13bbadd78241a70dfc8bd233aecc2b37f19237532c9ab21" dependencies = [ - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config", "tracing", "tracing-subscriber", "tracing-wasm", @@ -2406,8 +2122,9 @@ dependencies = [ [[package]] name = "dioxus-native" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13830eaf7e5a0f46418855d459fde293250b7b0b2a34c59339d4e8f88e52548e" dependencies = [ "anyrender", "anyrender_vello", @@ -2417,13 +2134,13 @@ dependencies = [ "blitz-paint", "blitz-shell", "blitz-traits", - "dioxus-asset-resolver 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-asset-resolver", + "dioxus-cli-config", + "dioxus-core", + "dioxus-devtools", + "dioxus-document", + "dioxus-history", + "dioxus-html", "dioxus-native-dom", "futures-util", "keyboard-types", @@ -2436,13 +2153,14 @@ dependencies = [ [[package]] name = "dioxus-native-dom" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e405f067df0b3c0021ef4997cadc31a4c52e80f548be3c838205fe085108657" dependencies = [ "blitz-dom", "blitz-traits", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", + "dioxus-html", "futures-util", "keyboard-types", "rustc-hash 2.1.1", @@ -2453,7 +2171,7 @@ dependencies = [ name = "dioxus-primitives" version = "0.0.1" dependencies = [ - "dioxus 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus", "dioxus-time", "lazy-js-bundle 0.6.2", "time", @@ -2462,18 +2180,19 @@ dependencies = [ [[package]] name = "dioxus-router" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc1ec9ea8a84b8b8eabae0f661e1926267b498d9a7265a31731d755b95abbe61" dependencies = [ - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config", + "dioxus-core", + "dioxus-core-macro", "dioxus-fullstack-core", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history", + "dioxus-hooks", + "dioxus-html", "dioxus-router-macro", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals", "percent-encoding", "rustversion", "tracing", @@ -2482,8 +2201,9 @@ dependencies = [ [[package]] name = "dioxus-router-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c6e8cb648e2146ba825c6a66c8b678f51a620d5f70852b7eb1c98b0e8286e8c" dependencies = [ "base16", "digest", @@ -2496,20 +2216,9 @@ dependencies = [ [[package]] name = "dioxus-rsx" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee08e1302f384a54d97b762eddb57cf3b7335b08b176e136c1d9631b5c71ff18" -dependencies = [ - "proc-macro2", - "proc-macro2-diagnostics", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "dioxus-rsx" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "bf7dfd6a789e69a5f952fbc8eeb1a8866014e0abee3882ebaceb139a4e12709a" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -2519,8 +2228,9 @@ dependencies = [ [[package]] name = "dioxus-server" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac0a65350e056ee9b8116dca4f19ed16d290e5610f7593b3cabd756642020b4a" dependencies = [ "anyhow", "async-trait", @@ -2530,25 +2240,25 @@ dependencies = [ "chrono", "ciborium", "dashmap", - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config", + "dioxus-core", + "dioxus-core-macro", + "dioxus-devtools", + "dioxus-document", "dioxus-fullstack-core", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-hooks 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-logger 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history", + "dioxus-hooks", + "dioxus-html", + "dioxus-interpreter-js", + "dioxus-logger", "dioxus-router", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-signals", "dioxus-ssr", "enumset", "futures", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "http", "http-body-util", "hyper", @@ -2561,7 +2271,7 @@ dependencies = [ "serde", "serde_json", "serde_qs", - "subsecond 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "subsecond", "thiserror 2.0.17", "tokio", "tokio-tungstenite 0.27.0", @@ -2576,29 +2286,14 @@ dependencies = [ [[package]] name = "dioxus-signals" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1d0e70a8da969c0404f5ef8cf6f47042bea55608b582079f3ea3d9fff46125c" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel", - "futures-util", - "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot", - "rustc-hash 2.1.1", - "tracing", - "warnings", -] - -[[package]] -name = "dioxus-signals" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "7d1b204dc460bef2ff0c92e4044d58090fe5209fd93537dbb6f344fa379e835f" dependencies = [ - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "parking_lot", "rustc-hash 2.1.1", "tracing", @@ -2607,52 +2302,32 @@ dependencies = [ [[package]] name = "dioxus-ssr" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae8d580119df51b292f91f77085a0adc5eca99347c483ad3e3893c827a179913" dependencies = [ "askama_escape", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", + "dioxus-core-types", "rustc-hash 2.1.1", ] [[package]] name = "dioxus-stores" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5494e5aa7333f3be918741eeb6bfb4d1cbf28d25035a2a3c2c5bcebdc27b0b68" -dependencies = [ - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-stores-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "dioxus-stores" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "560f16579c9a4c3fb81b41e6e5b9018e2e91b5c57d43469a37cf22807ca47acc" dependencies = [ - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-stores-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-core", + "dioxus-signals", + "dioxus-stores-macro", ] [[package]] name = "dioxus-stores-macro" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecb7365b1a587a9f2340cf8f925a00b997d8d31b4ee25ecb21ca8bdf99c2c33" -dependencies = [ - "convert_case 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "dioxus-stores-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "cf06d8e91f5af4b29e74a8ebaf7b6c778774e09a0f6551bf40409e263c781cdb" dependencies = [ "convert_case 0.8.0", "proc-macro2", @@ -2662,10 +2337,10 @@ dependencies = [ [[package]] name = "dioxus-time" -version = "0.7.0-rc.0" -source = "git+https://github.com/ealmloff/dioxus-std?branch=0.7#5abb45906c47b4c864e1c06a3e6aebb1b5cae03c" +version = "0.7.0-rc.1" +source = "git+https://github.com/ealmloff/dioxus-std?branch=0.7#5ec9cdf922ab8b038f40b4112464c69b3bd6d76a" dependencies = [ - "dioxus 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dioxus", "futures", "gloo-timers", "tokio", @@ -2673,58 +2348,26 @@ dependencies = [ [[package]] name = "dioxus-web" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34eb4f341b0203f7b1fe1804d4561a19a399bf7fa4821a5b87cff5fd89d834bd" +checksum = "8824596741fc373f7b8600031016446c19d5e2f36a3bc0420e3b80466a2fd05c" dependencies = [ - "async-trait", - "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-devtools 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-document 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-fullstack-protocol", - "dioxus-history 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-html 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-interpreter-js 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-signals 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-channel", - "futures-util", - "generational-box 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gloo-timers", - "js-sys", - "lazy-js-bundle 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-hash 2.1.1", - "serde", - "serde-wasm-bindgen", - "serde_json", - "tracing", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "dioxus-web" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-devtools 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-document 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-cli-config", + "dioxus-core", + "dioxus-core-types", + "dioxus-devtools", + "dioxus-document", "dioxus-fullstack-core", - "dioxus-history 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-html 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-interpreter-js 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-signals 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus-history", + "dioxus-html", + "dioxus-interpreter-js", + "dioxus-signals", "futures-channel", "futures-util", - "generational-box 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "generational-box", "gloo-timers", "js-sys", - "lazy-js-bundle 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "lazy-js-bundle 0.7.0-rc.1", "rustc-hash 2.1.1", "send_wrapper", "serde", @@ -2737,18 +2380,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "dioxus_server_macro" -version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a032e9eaa291ded578b6c368ba35dd18d052e1cbcf2395244e555edd1767e61" -dependencies = [ - "proc-macro2", - "quote", - "server_fn_macro", - "syn 2.0.106", -] - [[package]] name = "dirs" version = "6.0.0" @@ -2952,6 +2583,12 @@ dependencies = [ "windows-sys 0.61.2", ] +[[package]] +name = "error-code" +version = "3.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" + [[package]] name = "euclid" version = "0.22.11" @@ -3097,13 +2734,12 @@ dependencies = [ ] [[package]] -name = "fontconfig-cache-parser" -version = "0.2.0" +name = "font-types" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f8afb20c8069fd676d27b214559a337cc619a605d25a87baa90b49a06f3b18" +checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b" dependencies = [ "bytemuck", - "thiserror 1.0.69", ] [[package]] @@ -3131,25 +2767,25 @@ dependencies = [ [[package]] name = "fontique" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39f97079e1293b8c1e9fb03a2875d328bd2ee8f3b95ce62959c0acc04049c708" +checksum = "ff3336bc0b87fe42305047263fa60d2eabd650d29cbe62fdeb2a66c7a0a595f9" dependencies = [ "bytemuck", - "fontconfig-cache-parser", "hashbrown 0.15.5", - "icu_locid", + "icu_locale_core", + "linebender_resource_handle", "memmap2", "objc2 0.6.3", "objc2-core-foundation", "objc2-core-text", "objc2-foundation 0.3.2", - "peniko", - "read-fonts 0.29.3", + "read-fonts 0.35.0", "roxmltree", "smallvec", "windows 0.58.0", "windows-core 0.58.0", + "yeslogic-fontconfig-sys", ] [[package]] @@ -3422,18 +3058,9 @@ dependencies = [ [[package]] name = "generational-box" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb058e0358ff765e719ab3e61629c5090fedb6a6ccf66479de21440a33d7f084" -dependencies = [ - "parking_lot", - "tracing", -] - -[[package]] -name = "generational-box" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "d93e10f2f89a54e58670ad86e1896db4800b91af59ed55a2dc195d2ea5fecfa4" dependencies = [ "parking_lot", "tracing", @@ -3465,7 +3092,7 @@ version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" dependencies = [ - "unicode-width 0.2.2", + "unicode-width", ] [[package]] @@ -3847,12 +3474,27 @@ dependencies = [ [[package]] name = "half" -version = "2.4.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5" dependencies = [ "cfg-if", "crunchy", + "num-traits", + "zerocopy", +] + +[[package]] +name = "harfrust" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3fd23d35c2d8bcf34a1f0e9ea8c0ad263f0c8a9a47108eee23aac76e71645a" +dependencies = [ + "bitflags 2.9.4", + "bytemuck", + "core_maths", + "read-fonts 0.35.0", + "smallvec", ] [[package]] @@ -4134,6 +3776,18 @@ dependencies = [ "zerovec", ] +[[package]] +name = "icu_locale_core" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" +dependencies = [ + "displaydoc", + "litemap 0.8.0", + "tinystr 0.8.0", + "writeable 0.6.0", +] + [[package]] name = "icu_locid" version = "1.5.0" @@ -4141,9 +3795,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" dependencies = [ "displaydoc", - "litemap", + "litemap 0.7.4", "tinystr 0.7.6", - "writeable", + "writeable 0.5.5", "zerovec", ] @@ -4223,7 +3877,7 @@ dependencies = [ "icu_provider_macros", "stable_deref_trait", "tinystr 0.7.6", - "writeable", + "writeable 0.5.5", "yoke", "zerofrom", "zerovec", @@ -4537,21 +4191,27 @@ dependencies = [ ] [[package]] -name = "lazy-js-bundle" -version = "0.6.2" +name = "kurbo" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e49596223b9d9d4947a14a25c142a6e7d8ab3f27eb3ade269d238bb8b5c267e2" +checksum = "ce9729cc38c18d86123ab736fd2e7151763ba226ac2490ec092d1dd148825e32" +dependencies = [ + "arrayvec", + "euclid", + "smallvec", +] [[package]] name = "lazy-js-bundle" -version = "0.7.0-rc.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22c4abc3d491546025db72681ed8b1ff0e6e77d67f196460179b027d591b6ff" +checksum = "e49596223b9d9d4947a14a25c142a6e7d8ab3f27eb3ade269d238bb8b5c267e2" [[package]] name = "lazy-js-bundle" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8697a8442f28425b7263aed3b2e25c94b273fb18f503b8bfb188865dfdcbb62b" [[package]] name = "lazy_static" @@ -4585,9 +4245,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.176" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libloading" @@ -4675,6 +4335,12 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" +[[package]] +name = "litemap" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" + [[package]] name = "litrs" version = "0.4.2" @@ -4756,70 +4422,36 @@ dependencies = [ [[package]] name = "manganis" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "105544bc1d466decccab19427eddb801b6e575bb4907410eb4fed604ed78d358" +checksum = "89d99d7bdf99077e989ef8b15195ac7b070f2274755560239b2ce9b15d5d3542" dependencies = [ - "const-serialize 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "manganis-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "manganis-macro 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", + "const-serialize", + "manganis-core", + "manganis-macro", ] -[[package]] -name = "manganis" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "const-serialize 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "manganis-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "manganis-macro 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", -] - -[[package]] -name = "manganis-core" -version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d71ef461824c58f3d260c1f548f7a8aee2e0b6b805a503d15f8535a3a6272d7" -dependencies = [ - "const-serialize 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-cli-config 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dioxus-core-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", -] - -[[package]] -name = "manganis-core" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" -dependencies = [ - "const-serialize 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-cli-config 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "dioxus-core-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", - "serde", -] - -[[package]] -name = "manganis-macro" -version = "0.7.0-rc.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06115a15f5d7bf6fcfee1b6979155cc51ab21ce7f06d907f6435d24175778f9e" -dependencies = [ - "dunce", - "macro-string", - "manganis-core 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2", - "quote", - "syn 2.0.106", +[[package]] +name = "manganis-core" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b05ca73545ec919930d103e66c1057f3a3dac273ac27db721a358546e7ce7aed" +dependencies = [ + "const-serialize", + "dioxus-cli-config", + "dioxus-core-types", + "serde", ] [[package]] name = "manganis-macro" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +version = "0.7.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cc3b11e27e62b12f371afb4d703ea3ca119a6e48736fae0e5f0f5c9642e2879" dependencies = [ "dunce", "macro-string", - "manganis-core 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "manganis-core", "proc-macro2", "quote", "syn 2.0.106", @@ -4928,13 +4560,13 @@ dependencies = [ [[package]] name = "metal" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" +checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" dependencies = [ "bitflags 2.9.4", "block", - "core-graphics-types 0.1.3", + "core-graphics-types 0.2.0", "foreign-types 0.5.0", "log", "objc", @@ -5018,24 +4650,28 @@ dependencies = [ [[package]] name = "naga" -version = "24.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e" +checksum = "916cbc7cb27db60be930a4e2da243cf4bc39569195f22fd8ee419cd31d5b662c" dependencies = [ "arrayvec", "bit-set", "bitflags 2.9.4", + "cfg-if", "cfg_aliases", "codespan-reporting", + "half", + "hashbrown 0.15.5", "hexf-parse", "indexmap", + "libm", "log", + "num-traits", + "once_cell", "rustc-hash 1.1.0", "spirv", - "strum 0.26.3", - "termcolor", "thiserror 2.0.17", - "unicode-xid", + "unicode-ident", ] [[package]] @@ -5064,7 +4700,7 @@ dependencies = [ "bitflags 2.9.4", "jni-sys", "log", - "ndk-sys 0.6.0+11769913", + "ndk-sys", "num_enum", "raw-window-handle 0.6.2", "thiserror 1.0.69", @@ -5076,15 +4712,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" -[[package]] -name = "ndk-sys" -version = "0.5.0+25.2.9519653" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" -dependencies = [ - "jni-sys", -] - [[package]] name = "ndk-sys" version = "0.6.0+11769913" @@ -5165,6 +4792,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", + "libm", ] [[package]] @@ -5260,6 +4888,7 @@ dependencies = [ "block2 0.6.2", "objc2 0.6.3", "objc2-core-foundation", + "objc2-core-graphics", "objc2-foundation 0.3.2", ] @@ -5317,7 +4946,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" dependencies = [ "bitflags 2.9.4", + "dispatch2", + "objc2 0.6.3", "objc2-core-foundation", + "objc2-io-surface", ] [[package]] @@ -5394,6 +5026,17 @@ dependencies = [ "objc2-core-foundation", ] +[[package]] +name = "objc2-io-surface" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" +dependencies = [ + "bitflags 2.9.4", + "objc2 0.6.3", + "objc2-core-foundation", +] + [[package]] name = "objc2-link-presentation" version = "0.2.2" @@ -5619,9 +5262,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.6.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" +checksum = "e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01" dependencies = [ "num-traits", ] @@ -5701,14 +5344,15 @@ dependencies = [ [[package]] name = "parley" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e57638545cf2ba4c3e72cc5715e53b1880b829cc3dbefda3d1700c58efe723" +checksum = "26746861bb76dbc9bcd5ed1b0b55d2fedf291100961251702a031ab2abd2ce52" dependencies = [ "fontique", + "harfrust", "hashbrown 0.15.5", - "peniko", - "skrifa 0.31.3", + "linebender_resource_handle", + "skrifa 0.37.0", "swash", ] @@ -5720,12 +5364,12 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "peniko" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b44f9ddd2f480176b34278eb653ec1c8062f3b143a4e16eeff5ffac3334e288" +checksum = "b3c76095c9a636173600478e0373218c7b955335048c2bcd12dc6a79657649d8" dependencies = [ "color", - "kurbo", + "kurbo 0.12.0", "linebender_resource_handle", "smallvec", ] @@ -5971,6 +5615,21 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" +[[package]] +name = "portable-atomic" +version = "1.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" + +[[package]] +name = "portable-atomic-util" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" +dependencies = [ + "portable-atomic", +] + [[package]] name = "powerfmt" version = "0.2.0" @@ -6002,11 +5661,11 @@ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" name = "preview" version = "0.1.0" dependencies = [ - "dioxus 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "dioxus", "dioxus-i18n", "dioxus-primitives", "pulldown-cmark", - "strum 0.27.2", + "strum", "syntect", "time", "tracing", @@ -6388,32 +6047,23 @@ dependencies = [ [[package]] name = "read-fonts" -version = "0.29.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ca636dac446b5664bd16c069c00a9621806895b8bb02c2dc68542b23b8f25d" -dependencies = [ - "bytemuck", - "font-types", -] - -[[package]] -name = "read-fonts" -version = "0.33.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ea612a55c08586a1d15134be8a776186c440c312ebda3b9e8efbfe4255b7f4" +checksum = "8941f8e9d5f8ad3aebea330d01ac68c0167600eb31a86ecd86e97be4d13b51f5" dependencies = [ "bytemuck", - "font-types", + "font-types 0.9.0", ] [[package]] name = "read-fonts" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8941f8e9d5f8ad3aebea330d01ac68c0167600eb31a86ecd86e97be4d13b51f5" +checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" dependencies = [ "bytemuck", - "font-types", + "core_maths", + "font-types 0.10.0", ] [[package]] @@ -6492,6 +6142,7 @@ dependencies = [ "js-sys", "log", "mime", + "mime_guess", "native-tls", "percent-encoding", "pin-project-lite", @@ -6765,19 +6416,19 @@ dependencies = [ [[package]] name = "selectors" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5685b6ae43bfcf7d2e7dfcfb5d8e8f61b46442c902531e41a32a9a8bf0ee0fb6" +checksum = "09975d3195f34dce9c7b381cb0f00c3c13381d4d3735c0f1a9c894b283b302ab" dependencies = [ "bitflags 2.9.4", "cssparser 0.35.0", "derive_more 2.0.1", - "fxhash", "log", "new_debug_unreachable", "phf 0.11.3", "phf_codegen 0.11.3", "precomputed-hash", + "rustc-hash 2.1.1", "servo_arc 0.4.1", "smallvec", "to_shmem", @@ -6913,57 +6564,6 @@ dependencies = [ "serde", ] -[[package]] -name = "server_fn" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c27fbd25ecc066481e383e2ed62ab2480e708aa3fe46cba36e95f58e61dfd04" -dependencies = [ - "base64", - "bytes", - "const-str 0.6.4", - "const_format", - "dashmap", - "futures", - "http", - "pin-project-lite", - "rustc_version", - "rustversion", - "serde", - "serde_json", - "serde_qs", - "server_fn_macro_default", - "thiserror 2.0.17", - "throw_error", - "url", - "xxhash-rust", -] - -[[package]] -name = "server_fn_macro" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d530c872590473016016679c94e3bddf47372941fc924f687ffd11a1778a71" -dependencies = [ - "const_format", - "convert_case 0.8.0", - "proc-macro2", - "quote", - "rustc_version", - "syn 2.0.106", - "xxhash-rust", -] - -[[package]] -name = "server_fn_macro_default" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca7abc92ed696648275ed9ff171131a83d571af11748593dc2e6eb6a4e22a5b9" -dependencies = [ - "server_fn_macro", - "syn 2.0.106", -] - [[package]] name = "servo_arc" version = "0.2.0" @@ -7069,32 +6669,22 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "skrifa" -version = "0.31.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607" -dependencies = [ - "bytemuck", - "read-fonts 0.29.3", -] - -[[package]] -name = "skrifa" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576e60c7de4bb6a803a0312f9bef17e78cf1e8d25a80e1ade76770d7a0237955" +checksum = "37004372610e83ee2a4c69c7d896b41f33da6a3dc1a4fe07dd9b2629a549b1dc" dependencies = [ "bytemuck", - "read-fonts 0.33.1", + "read-fonts 0.34.0", ] [[package]] name = "skrifa" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37004372610e83ee2a4c69c7d896b41f33da6a3dc1a4fe07dd9b2629a549b1dc" +checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" dependencies = [ "bytemuck", - "read-fonts 0.34.0", + "read-fonts 0.35.0", ] [[package]] @@ -7241,9 +6831,9 @@ dependencies = [ [[package]] name = "stable_deref_trait" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "static_assertions" @@ -7285,35 +6875,13 @@ dependencies = [ "quote", ] -[[package]] -name = "strum" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" -dependencies = [ - "strum_macros 0.26.4", -] - [[package]] name = "strum" version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ - "strum_macros 0.27.2", -] - -[[package]] -name = "strum_macros" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.106", + "strum_macros", ] [[package]] @@ -7330,9 +6898,9 @@ dependencies = [ [[package]] name = "stylo" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0e43d53a35821d4a1d0a222f830d4be1b3b9e1711037e176e112aa32006827" +checksum = "ff45c788bcb0230aff156dce747d4d0d7f793f525764fd6690d51bbfe1f5bbd5" dependencies = [ "app_units", "arrayvec", @@ -7343,7 +6911,6 @@ dependencies = [ "derive_more 2.0.1", "encoding_rs", "euclid", - "fxhash", "icu_segmenter", "indexmap", "itertools", @@ -7362,7 +6929,8 @@ dependencies = [ "precomputed-hash", "rayon", "rayon-core", - "selectors 0.31.0", + "rustc-hash 2.1.1", + "selectors 0.32.0", "serde", "servo_arc 0.4.1", "smallbitvec", @@ -7388,9 +6956,9 @@ dependencies = [ [[package]] name = "stylo_atoms" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94847461aae1c005d9d5c1fa46243fe7132b709cfdee5d34fa5e636afa146163" +checksum = "f7d6ff15e6ed626c331663555af48b8f21bc46f729f45711597143dc1bf50fb5" dependencies = [ "string_cache", "string_cache_codegen", @@ -7398,15 +6966,15 @@ dependencies = [ [[package]] name = "stylo_config" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4299e2bde00c3adede2698e647dcfcad9f4402252ef66be6ea2d781b4ec32816" +checksum = "ebdb6722cde5d2660928c63e07b3afbef1be8376e2b247e96e381ba5e99db33a" [[package]] name = "stylo_derive" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f252798e25b50eef5caff400fc39028e156ffbed74b4e3fd22e28aff10ed28f" +checksum = "a1724b911e0775fb9379dc629b1c3647fed991f90ddb865f74a2a26f7b030777" dependencies = [ "darling 0.20.11", "proc-macro2", @@ -7417,9 +6985,9 @@ dependencies = [ [[package]] name = "stylo_dom" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0e0c1bf4e21bc6c921b7b07e2ab1cd6e92bf9f9453f333a14000942f304b20b" +checksum = "f8c0101ada15990fee6269257538cbcbc6f01462dc4b22d6f820edb6a4427e82" dependencies = [ "bitflags 2.9.4", "stylo_malloc_size_of", @@ -7427,14 +6995,14 @@ dependencies = [ [[package]] name = "stylo_malloc_size_of" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91df5c23c5d3b0fb3e1b11c4b98c6a4b769678055a376954945c2fb20e7438cf" +checksum = "a8185a7a3cf0716c475ad113b494c276acf534b518dd41ee47ad5aba4af6690e" dependencies = [ "app_units", "cssparser 0.35.0", "euclid", - "selectors 0.31.0", + "selectors 0.32.0", "servo_arc 0.4.1", "smallbitvec", "smallvec", @@ -7445,15 +7013,15 @@ dependencies = [ [[package]] name = "stylo_static_prefs" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62601d73eb8743eaed1f227bde2374f672ae8de7db1fedcbe5aca055e3de566b" +checksum = "ca4c89da4ab6ac0beda8b03db38216967c99f1f7287a0f3b0f366b45d34ac7c4" [[package]] name = "stylo_taffy" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4919f25cd55489a3d0a5b27b70c7a27d7671ab4ccb448a305102ce5f38618f6d" +checksum = "b841aad2b770ef75dd134ba885aef0716f2ac3a83ccaf0fc31b09c8b02562e23" dependencies = [ "stylo", "stylo_atoms", @@ -7462,16 +7030,16 @@ dependencies = [ [[package]] name = "stylo_traits" -version = "0.6.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d000ad3fad6a3c0327beeb9b93ddcff7a38f2d8c2910f9a3107b219926fea300" +checksum = "f58034d08877fb80a5496301fde9111bc57e761f4a78045222af30ce95ec150f" dependencies = [ "app_units", "bitflags 2.9.4", "cssparser 0.35.0", "euclid", "malloc_size_of_derive", - "selectors 0.31.0", + "selectors 0.32.0", "serde", "servo_arc 0.4.1", "stylo_atoms", @@ -7484,27 +7052,9 @@ dependencies = [ [[package]] name = "subsecond" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b14ed4d86ab065ffbfdb994fd3e44daf5244b02cb643bd52949d74b703f36605" -dependencies = [ - "js-sys", - "libc", - "libloading 0.8.9", - "memfd", - "memmap2", - "serde", - "subsecond-types 0.7.0-rc.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 2.0.17", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "subsecond" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "3055f82c5a9f842a2a390a595a386343654a408790b3b20473c4b87a5c4ec3bf" dependencies = [ "js-sys", "libc", @@ -7512,7 +7062,7 @@ dependencies = [ "memfd", "memmap2", "serde", - "subsecond-types 0.7.0-rc.0 (git+https://github.com/DioxusLabs/dioxus)", + "subsecond-types", "thiserror 2.0.17", "wasm-bindgen", "wasm-bindgen-futures", @@ -7521,17 +7071,9 @@ dependencies = [ [[package]] name = "subsecond-types" -version = "0.7.0-rc.0" +version = "0.7.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275920a8a5634e47e12253971db85946798795bbe4d9dfc1debf23533d823983" -dependencies = [ - "serde", -] - -[[package]] -name = "subsecond-types" -version = "0.7.0-rc.0" -source = "git+https://github.com/DioxusLabs/dioxus#0b1f2fc8c24a74cca3f3b7501df2b5a3048d529f" +checksum = "c61506acae0d5fc20d75943891ac9586e70cf7213c19fe0d0774e9d9648d4ee8" dependencies = [ "serde", ] @@ -7554,7 +7096,7 @@ version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" dependencies = [ - "kurbo", + "kurbo 0.11.3", "siphasher 1.0.1", ] @@ -7701,7 +7243,7 @@ dependencies = [ "log", "ndk", "ndk-context", - "ndk-sys 0.6.0+11769913", + "ndk-sys", "objc2 0.6.3", "objc2-app-kit 0.3.2", "objc2-foundation 0.3.2", @@ -7824,15 +7366,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "throw_error" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41e42a6afdde94f3e656fae18f837cb9bbe500a5ac5de325b09f3ec05b9c28e3" -dependencies = [ - "pin-project-lite", -] - [[package]] name = "time" version = "0.3.41" @@ -8456,12 +7989,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - [[package]] name = "unicode-width" version = "0.2.2" @@ -8509,7 +8036,7 @@ dependencies = [ "flate2", "fontdb", "imagesize", - "kurbo", + "kurbo 0.11.3", "log", "pico-args", "roxmltree", @@ -8567,16 +8094,16 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vello" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa3f8a53870a2ee699ce05b738a3f9974c92c35ed4874de86052ac68d214811c" +checksum = "71acbd6b5f7f19841425845c113a89a54bbf60556ae39e7d0182a6f80ce37f5b" dependencies = [ "bytemuck", "futures-intrusive", "log", "peniko", "png", - "skrifa 0.35.0", + "skrifa 0.37.0", "static_assertions", "thiserror 2.0.17", "vello_encoding", @@ -8586,24 +8113,25 @@ dependencies = [ [[package]] name = "vello_encoding" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c69b0fe94b0ac7e47619c504ee2c377355174f5c46353c46d03fa5f7e435922b" +checksum = "cfd5e0b9fec91df34a09fbcbbed474cec68d05691b590a911c7af83c4860ae42" dependencies = [ "bytemuck", "guillotiere", "peniko", - "skrifa 0.35.0", + "skrifa 0.37.0", "smallvec", ] [[package]] name = "vello_shaders" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ebea426bb2f95b7610bca09178b03d809ede1d3c500a9acf6eca43e8f200be" +checksum = "8c381dde4e7d0d7957df0c0e3f8a7cc0976762d3972d97da5c71464e57ffefd3" dependencies = [ "bytemuck", + "log", "naga", "thiserror 2.0.17", "vello_encoding", @@ -8977,9 +8505,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" +checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" dependencies = [ "rustls-pki-types", ] @@ -9028,18 +8556,21 @@ checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3" [[package]] name = "wgpu" -version = "24.0.5" +version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353" +checksum = "70b6ff82bbf6e9206828e1a3178e851f8c20f1c9028e74dd3a8090741ccd5798" dependencies = [ "arrayvec", "bitflags 2.9.4", + "cfg-if", "cfg_aliases", "document-features", + "hashbrown 0.15.5", "js-sys", "log", "naga", "parking_lot", + "portable-atomic", "profiling", "raw-window-handle 0.6.2", "smallvec", @@ -9054,34 +8585,67 @@ dependencies = [ [[package]] name = "wgpu-core" -version = "24.0.5" +version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499" +checksum = "d5f62f1053bd28c2268f42916f31588f81f64796e2ff91b81293515017ca8bd9" dependencies = [ "arrayvec", + "bit-set", "bit-vec", "bitflags 2.9.4", "cfg_aliases", "document-features", + "hashbrown 0.15.5", "indexmap", "log", "naga", "once_cell", "parking_lot", + "portable-atomic", "profiling", "raw-window-handle 0.6.2", "rustc-hash 1.1.0", "smallvec", "thiserror 2.0.17", + "wgpu-core-deps-apple", + "wgpu-core-deps-emscripten", + "wgpu-core-deps-windows-linux-android", "wgpu-hal", "wgpu-types", ] +[[package]] +name = "wgpu-core-deps-apple" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18ae5fbde6a4cbebae38358aa73fcd6e0f15c6144b67ef5dc91ded0db125dbdf" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-emscripten" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7670e390f416006f746b4600fdd9136455e3627f5bd763abf9a65daa216dd2d" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-windows-linux-android" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "720a5cb9d12b3d337c15ff0e24d3e97ed11490ff3f7506e7f3d98c68fa5d6f14" +dependencies = [ + "wgpu-hal", +] + [[package]] name = "wgpu-hal" -version = "24.0.4" +version = "26.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259" +checksum = "7df2c64ac282a91ad7662c90bc4a77d4a2135bc0b2a2da5a4d4e267afc034b9e" dependencies = [ "android_system_properties", "arrayvec", @@ -9090,13 +8654,15 @@ dependencies = [ "bitflags 2.9.4", "block", "bytemuck", + "cfg-if", "cfg_aliases", - "core-graphics-types 0.1.3", + "core-graphics-types 0.2.0", "glow", "glutin_wgl_sys", "gpu-alloc", "gpu-allocator", "gpu-descriptor", + "hashbrown 0.15.5", "js-sys", "khronos-egl", "libc", @@ -9104,16 +8670,16 @@ dependencies = [ "log", "metal", "naga", - "ndk-sys 0.5.0+25.2.9519653", + "ndk-sys", "objc", - "once_cell", "ordered-float", "parking_lot", + "portable-atomic", + "portable-atomic-util", "profiling", "range-alloc", "raw-window-handle 0.6.2", "renderdoc-sys", - "rustc-hash 1.1.0", "smallvec", "thiserror 2.0.17", "wasm-bindgen", @@ -9125,16 +8691,28 @@ dependencies = [ [[package]] name = "wgpu-types" -version = "24.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c" +checksum = "eca7a8d8af57c18f57d393601a1fb159ace8b2328f1b6b5f80893f7d672c9ae2" dependencies = [ "bitflags 2.9.4", + "bytemuck", "js-sys", "log", + "thiserror 2.0.17", "web-sys", ] +[[package]] +name = "wgpu_context" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3837d08820916c002e9aa38ad162a00cf9f6340bdc88cd31c47b1f3ace8b5b40" +dependencies = [ + "futures-intrusive", + "wgpu", +] + [[package]] name = "winapi" version = "0.3.9" @@ -9686,6 +9264,12 @@ version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" +[[package]] +name = "writeable" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74b3b5b7c6114bf7253093603034e102d479ecc8501deca33b6c1c816418b6d2" + [[package]] name = "wry" version = "0.52.1" @@ -9848,6 +9432,17 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" +[[package]] +name = "yeslogic-fontconfig-sys" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" +dependencies = [ + "dlib", + "once_cell", + "pkg-config", +] + [[package]] name = "yoke" version = "0.7.5" diff --git a/Cargo.toml b/Cargo.toml index 5dfe0135..0e104e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ members = ["primitives", "preview"] [workspace.dependencies] dioxus-primitives = { path = "primitives" } -dioxus = { git = "https://github.com/DioxusLabs/dioxus" } +dioxus = "0.7.0-rc.1" tracing = { version = "0.1", features = ["std"] } From 13aab797f6292d47044c8eda98988c63dffadcb0 Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Thu, 9 Oct 2025 11:38:29 -0500 Subject: [PATCH 5/7] fix incremental config path --- preview/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview/src/main.rs b/preview/src/main.rs index f9af34ef..d9c24c04 100644 --- a/preview/src/main.rs +++ b/preview/src/main.rs @@ -34,7 +34,7 @@ fn main() { ServeConfig::builder() // Enable incremental rendering .incremental( - dioxus::fullstack::IncrementalRendererConfig::new() + dioxus::server::IncrementalRendererConfig::new() // Store static files in the public directory where other static assets like wasm are stored .static_dir( std::env::current_exe() From c6dbf8e7d42303fd685ae636feb548c172a91de1 Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Fri, 10 Oct 2025 08:20:46 -0500 Subject: [PATCH 6/7] bump dx version --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/playwright.yml | 58 ++++++++++++++++---------------- README.md | 2 +- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6f07b30a..529c01b3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,7 +31,7 @@ jobs: cache-on-failure: "false" - uses: cargo-bins/cargo-binstall@main - name: Install CLI - run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0 + run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.1 - name: Build run: cd preview && dx build --platform web --features fullstack --fullstack --ssg --release --base-path "components" - name: Copy output diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9d9de5e9..b969b879 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -41,32 +41,32 @@ jobs: shardIndex: [1, 2, 3, 4] shardTotal: [4] steps: - # Do our best to cache the toolchain and node install steps - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: lts/* - - name: Install Rust - uses: dtolnay/rust-toolchain@1.88.0 - with: - targets: x86_64-unknown-linux-gnu,wasm32-unknown-unknown - - uses: Swatinem/rust-cache@v2 - with: - cache-all-crates: "true" - cache-on-failure: "true" - - uses: cargo-bins/cargo-binstall@main - - name: Install CLI - run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0 - - name: Install dependencies - run: cd ./playwright && npm ci - - name: Install Playwright Browsers - run: cd ./playwright && npx playwright install --with-deps - - name: Run Playwright tests - run: cd ./playwright && npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} - - name: Upload blob report to GitHub Actions Artifacts - if: ${{ !cancelled() }} - uses: actions/upload-artifact@v4 - with: - name: blob-report-${{ matrix.shardIndex }} - path: blob-report - retention-days: 1 + # Do our best to cache the toolchain and node install steps + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: lts/* + - name: Install Rust + uses: dtolnay/rust-toolchain@1.88.0 + with: + targets: x86_64-unknown-linux-gnu,wasm32-unknown-unknown + - uses: Swatinem/rust-cache@v2 + with: + cache-all-crates: "true" + cache-on-failure: "true" + - uses: cargo-bins/cargo-binstall@main + - name: Install CLI + run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.1 + - name: Install dependencies + run: cd ./playwright && npm ci + - name: Install Playwright Browsers + run: cd ./playwright && npx playwright install --with-deps + - name: Run Playwright tests + run: cd ./playwright && npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} + - name: Upload blob report to GitHub Actions Artifacts + if: ${{ !cancelled() }} + uses: actions/upload-artifact@v4 + with: + name: blob-report-${{ matrix.shardIndex }} + path: blob-report + retention-days: 1 diff --git a/README.md b/README.md index 9ddc5a85..84d89815 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ cargo run -p preview --features desktop or for the web build ``` -cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0 +cargo binstall dioxus-cli -y --force --version 0.7.0-rc.1 dx run -p preview --platform web ``` From a75c08f9dfb0cac4816d046989f9cecb0d81ed03 Mon Sep 17 00:00:00 2001 From: Evan Almloff Date: Fri, 10 Oct 2025 08:25:08 -0500 Subject: [PATCH 7/7] pass --web instead of --platform web --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/preview.yml | 2 +- README.md | 2 +- playwright/playwright.config.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 529c01b3..a560df85 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -33,7 +33,7 @@ jobs: - name: Install CLI run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.1 - name: Build - run: cd preview && dx build --platform web --features fullstack --fullstack --ssg --release --base-path "components" + run: cd preview && dx build --web --features fullstack --fullstack --ssg --release --base-path "components" - name: Copy output run: cp -r target/dx/preview/release/web/public docs - name: Add gh pages 404 diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0ef2e745..7fc8a95f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -45,7 +45,7 @@ jobs: - name: Install CLI run: cargo binstall dioxus-cli -y --force --version 0.7.0-rc.0 - name: Build - run: cd preview && dx build --platform web --release --base-path "components/pr-preview/pr-${{ github.event.pull_request.number }}/" + run: cd preview && dx build --web --release --base-path "components/pr-preview/pr-${{ github.event.pull_request.number }}/" - name: Copy output run: cp -r target/dx/preview/release/web/public docs - name: Deploy 🚀 diff --git a/README.md b/README.md index 84d89815..f950e463 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ or for the web build ``` cargo binstall dioxus-cli -y --force --version 0.7.0-rc.1 -dx run -p preview --platform web +dx run -p preview --web ``` ## License diff --git a/playwright/playwright.config.ts b/playwright/playwright.config.ts index 8adafb6e..9f0c2465 100644 --- a/playwright/playwright.config.ts +++ b/playwright/playwright.config.ts @@ -78,7 +78,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { cwd: path.join(process.cwd(), "../preview"), - command: "dx run --platform web", + command: "dx run --web", port: 8080, timeout: 50 * 60 * 1000, reuseExistingServer: !process.env.CI,