diff --git a/Cargo.lock b/Cargo.lock index 0eb24a4e9..cdfeaeea5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,12 +403,6 @@ version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" -[[package]] -name = "anymap" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" - [[package]] name = "async-trait" version = "0.1.52" @@ -495,15 +489,6 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - [[package]] name = "bitflags" version = "1.3.2" @@ -605,12 +590,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "cfg-match" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8100e46ff92eb85bf6dc2930c73f2a4f7176393c84a9446b3d501e1b354e7b34" - [[package]] name = "chrono" version = "0.4.19" @@ -1021,18 +1000,6 @@ version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" -[[package]] -name = "gloo" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ce6f2dfa9f57f15b848efa2aade5e1850dc72986b87a2b0752d44ca08f4967" -dependencies = [ - "gloo-console-timer", - "gloo-events", - "gloo-file 0.1.0", - "gloo-timers", -] - [[package]] name = "gloo" version = "0.4.2" @@ -1042,7 +1009,7 @@ dependencies = [ "gloo-console", "gloo-dialogs", "gloo-events", - "gloo-file 0.2.0", + "gloo-file", "gloo-render", "gloo-storage", "gloo-timers", @@ -1061,15 +1028,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "gloo-console-timer" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b48675544b29ac03402c6dffc31a912f716e38d19f7e74b78b7e900ec3c941ea" -dependencies = [ - "web-sys", -] - [[package]] name = "gloo-dialogs" version = "0.1.0" @@ -1090,18 +1048,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "gloo-file" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9fecfe46b5dc3cc46f58e98ba580cc714f2c93860796d002eb3527a465ef49" -dependencies = [ - "gloo-events", - "js-sys", - "wasm-bindgen", - "web-sys", -] - [[package]] name = "gloo-file" version = "0.2.0" @@ -1870,12 +1816,6 @@ version = "0.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" -[[package]] -name = "proc-macro-nested" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" - [[package]] name = "proc-macro2" version = "1.0.33" @@ -3029,7 +2969,7 @@ dependencies = [ "url", "wasm-bindgen", "webapp", - "yew 0.17.4", + "yew", "yew-router", ] @@ -3116,37 +3056,6 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" -[[package]] -name = "yew" -version = "0.17.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d8703eb5b883e816cd74c65e2f6dd4144eeedb77c1b3e0284e8f3f593b80ab1" -dependencies = [ - "anyhow", - "anymap", - "bincode", - "cfg-if 0.1.10", - "cfg-match", - "console_error_panic_hook", - "futures", - "gloo 0.2.1", - "http", - "indexmap", - "js-sys", - "log", - "proc-macro-hack", - "proc-macro-nested", - "ryu", - "serde", - "serde_json", - "slab", - "thiserror", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "yew-macro 0.17.0", -] - [[package]] name = "yew" version = "0.19.3" @@ -3154,7 +3063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a1ccb53e57d3f7d847338cf5758befa811cabe207df07f543c06f502f9998cd" dependencies = [ "console_error_panic_hook", - "gloo 0.4.2", + "gloo", "gloo-utils", "indexmap", "js-sys", @@ -3163,21 +3072,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "yew-macro 0.19.3", -] - -[[package]] -name = "yew-macro" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61a9a452e63b6222b28b426dafbc6b207192e0127cdb93324cc7407b8c7e1768" -dependencies = [ - "boolinator", - "lazy_static", - "proc-macro-hack", - "proc-macro2", - "quote", - "syn", + "yew-macro", ] [[package]] @@ -3200,7 +3095,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "155804f6f3aa309f596d5c3fa14486a94e7756f1edd7634569949e401d5099f2" dependencies = [ - "gloo 0.4.2", + "gloo", "gloo-utils", "js-sys", "route-recognizer", @@ -3210,7 +3105,7 @@ dependencies = [ "thiserror", "wasm-bindgen", "web-sys", - "yew 0.19.3", + "yew", "yew-router-macro", ] diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 291f25be0..c657f152e 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -34,5 +34,5 @@ stdweb = "0.4.20" thiserror = "1.0.30" wasm-bindgen = "0.2.78" webapp = { version = "1.0.0", path = ".." } -yew = "0.17.4" +yew = "0.19.3" yew-router = "0.16.0"