diff --git a/Cargo.lock b/Cargo.lock index d04d4f9..e59441d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#5f9b61c82 dependencies = [ "accesskit", "accesskit_consumer", - "async-channel 2.3.1", + "async-channel", "async-executor", "async-task", "atspi", @@ -294,7 +294,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093" dependencies = [ "async-fs 2.1.2", - "async-net 2.0.0", + "async-net", "enumflags2", "futures-channel", "futures-util", @@ -328,17 +328,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "async-channel" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" -dependencies = [ - "concurrent-queue", - "event-listener 2.5.3", - "futures-core", -] - [[package]] name = "async-channel" version = "2.3.1" @@ -446,17 +435,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "async-net" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" -dependencies = [ - "async-io 1.13.0", - "blocking", - "futures-lite 1.13.0", -] - [[package]] name = "async-net" version = "2.0.0" @@ -491,7 +469,7 @@ version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" dependencies = [ - "async-channel 2.3.1", + "async-channel", "async-io 2.3.3", "async-lock 3.4.0", "async-signal", @@ -751,7 +729,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 2.3.1", + "async-channel", "async-task", "futures-io", "futures-lite 2.3.0", @@ -2655,7 +2633,6 @@ dependencies = [ "futures", "iced_core", "log", - "smol", "tokio", "wasm-bindgen-futures", "wasm-timer", @@ -4806,23 +4783,6 @@ dependencies = [ "wayland-backend", ] -[[package]] -name = "smol" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" -dependencies = [ - "async-channel 1.9.0", - "async-executor", - "async-fs 1.6.0", - "async-io 1.13.0", - "async-lock 2.8.0", - "async-net 1.8.0", - "async-process 1.8.1", - "blocking", - "futures-lite 1.13.0", -] - [[package]] name = "smol_str" version = "0.2.2" diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 6a5fe99..9c22bd7 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -29,12 +29,12 @@ git = "https://github.com/pop-os/libcosmic" branch = "master" default-features = false features = [ - "smol", - # disable because cause seg fault when quitting the app on flatpak + # cause seg fault when quitting the app on flatpak "wgpu", "winit", "tokio", "multi-window" + # "smol", #"a11y", #"debug", #"serde-keycode",