From d67bf8344a24ac233258186e0ec2dd96b06981dd Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 11 May 2021 20:21:03 -0500 Subject: [PATCH] Bump dependencies. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"