Bump dependencies.

This commit is contained in:
Nolan Darilek 2024-02-09 10:28:16 -06:00
parent f593340051
commit b7b4e7dc85
1 changed files with 2 additions and 2 deletions

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