aboutsummaryrefslogtreecommitdiff
path: root/crates/nres
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nres')
-rw-r--r--crates/nres/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/nres/Cargo.toml b/crates/nres/Cargo.toml
index 25f3494..38b8822 100644
--- a/crates/nres/Cargo.toml
+++ b/crates/nres/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
common = { path = "../common" }
[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }
+windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }