From 099cf44408dde417f83dcb8efefa9c40cdd9a22e Mon Sep 17 00:00:00 2001 From: arya dradjica <4h73bs9yj2vtml9i@bal-e.org> Date: Sun, 5 Jan 2025 21:33:35 +0100 Subject: [PATCH] Bump 'ashpd' version to '0.10.2' 'ashpd' version 0.9 relies on 'async-io' by default, which pulls in a lot of extra crates. 'ashpd' 0.10 switches to 'tokio' by default. I hope this cuts down the size of Slint's dependency tree. --- internal/backends/winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backends/winit/Cargo.toml b/internal/backends/winit/Cargo.toml index 74b6fa0c54d..285d2fb8dee 100644 --- a/internal/backends/winit/Cargo.toml +++ b/internal/backends/winit/Cargo.toml @@ -70,7 +70,7 @@ accesskit_winit = { version = "0.23", optional = true } copypasta = { version = "0.10", default-features = false } [target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32")))'.dependencies] -ashpd = { version = "0.9.2" } +ashpd = { version = "0.10.2" } futures = { version = "0.3.31" } [target.'cfg(target_os = "macos")'.dependencies]