Bump dependencies.

This commit is contained in:
Nolan Darilek 2021-05-11 20:21:03 -05:00
parent 8f5f58028a
commit d67bf8344a
1 changed files with 2 additions and 2 deletions

View File

@ -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"