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]