diff --git a/Cargo.lock b/Cargo.lock index dbfed28..765e38f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2217,6 +2217,17 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" +[[package]] +name = "pinned" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a829027bd95e54cfe13e3e258a1ae7b645960553fb82b75ff852c29688ee595b" +dependencies = [ + "futures", + "rustversion", + "thiserror", +] + [[package]] name = "pkg-config" version = "0.3.25" @@ -2333,6 +2344,23 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "prokio" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03b55e106e5791fa5a13abd13c85d6127312e8e09098059ca2bc9b03ca4cf488" +dependencies = [ + "futures", + "gloo", + "num_cpus", + "once_cell", + "pin-project", + "pinned", + "tokio", + "tokio-stream", + "wasm-bindgen-futures", +] + [[package]] name = "proptest" version = "1.0.0" @@ -3369,6 +3397,17 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "tokio-stream" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] + [[package]] name = "toml" version = "0.5.9" @@ -4071,8 +4110,8 @@ checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" [[package]] name = "yew" -version = "0.19.3" -source = "git+https://github.com/yewstack/yew/#0ecee11a2f8a8814e1997c2d0b4ab0b49da949d0" +version = "0.20.0" +source = "git+https://github.com/yewstack/yew/#47b60ec7a2abe757a08e22cddace81c337aae0e7" dependencies = [ "console_error_panic_hook", "futures", @@ -4080,11 +4119,12 @@ dependencies = [ "implicit-clone", "indexmap", "js-sys", - "once_cell", - "pin-project", + "prokio", + "rustversion", "serde", "slab", "thiserror", + "tokio", "tracing", "wasm-bindgen", "wasm-bindgen-futures", @@ -4094,8 +4134,8 @@ dependencies = [ [[package]] name = "yew-macro" -version = "0.19.3" -source = "git+https://github.com/yewstack/yew/#0ecee11a2f8a8814e1997c2d0b4ab0b49da949d0" +version = "0.20.0" +source = "git+https://github.com/yewstack/yew/#47b60ec7a2abe757a08e22cddace81c337aae0e7" dependencies = [ "boolinator", "once_cell",