diff --git a/Cargo.toml b/Cargo.toml index 0749349..496e772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ env_logger = "0.8" [target.'cfg(windows)'.dependencies] tolk = { version = "0.3", optional = true } -windows = "0.7" +windows = "0.9" [target.'cfg(windows)'.build-dependencies] -windows = "0.7" +windows = "0.9" [target.'cfg(target_os = "linux")'.dependencies] speech-dispatcher = "0.7"