1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 09:29:37 +00:00

Bump dependencies.

This commit is contained in:
Nolan Darilek 2024-02-09 10:28:16 -06:00
parent f593340051
commit b7b4e7dc85

View File

@ -26,11 +26,11 @@ serde = { version = "1", optional = true, features = ["derive"] }
thiserror = "1"
[dev-dependencies]
env_logger = "0.10"
env_logger = "0.11"
[target.'cfg(windows)'.dependencies]
tolk = { version = "0.5", optional = true }
windows = { version = "0.51", features = [
windows = { version = "0.52", features = [
"Foundation",
"Foundation_Collections",
"Media_Core",