Skip to content

Commit cd38aa2

Browse files
chore(deps): update rust crate windows-sys to 0.59.0
1 parent b56bc15 commit cd38aa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dokan-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ appveyor = { repository = "Liryna/dokan-rust" }
1919

2020
[dependencies]
2121
libc = "0.2.154"
22-
windows-sys = { version = "0.52.0", features = [
22+
windows-sys = { version = "0.59.0", features = [
2323
"Win32_Foundation",
2424
"Win32_Storage_FileSystem",
2525
] }

dokan/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ appveyor = { repository = "Liryna/dokan-rust" }
1919
bitflags = "2.5.0"
2020
dokan-sys = { version = "0.3.1", path = "../dokan-sys" }
2121
widestring = "1.1.0"
22-
windows-sys = { version = "0.52.0", features = [
22+
windows-sys = { version = "0.59.0", features = [
2323
"Win32_Foundation",
2424
"Win32_Storage",
2525
"Win32_Storage_FileSystem"
@@ -31,7 +31,7 @@ ctrlc = "3.4.4"
3131
lazy_static = "1.4.0"
3232
parking_lot = "0.12.2"
3333
regex = "1.10.4"
34-
windows-sys = { version = "0.52.0", features = [
34+
windows-sys = { version = "0.59.0", features = [
3535
"Win32_Security_Authorization",
3636
"Win32_System_Environment",
3737
"Win32_System_IO",

0 commit comments

Comments
 (0)