File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ appveyor = { repository = "Liryna/dokan-rust" }
19
19
20
20
[dependencies ]
21
21
libc = " 0.2.154"
22
- windows-sys = { version = " 0.52 .0" , features = [
22
+ windows-sys = { version = " 0.59 .0" , features = [
23
23
" Win32_Foundation" ,
24
24
" Win32_Storage_FileSystem" ,
25
25
] }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ appveyor = { repository = "Liryna/dokan-rust" }
19
19
bitflags = " 2.5.0"
20
20
dokan-sys = { version = " 0.3.1" , path = " ../dokan-sys" }
21
21
widestring = " 1.1.0"
22
- windows-sys = { version = " 0.52 .0" , features = [
22
+ windows-sys = { version = " 0.59 .0" , features = [
23
23
" Win32_Foundation" ,
24
24
" Win32_Storage" ,
25
25
" Win32_Storage_FileSystem"
@@ -31,7 +31,7 @@ ctrlc = "3.4.4"
31
31
lazy_static = " 1.4.0"
32
32
parking_lot = " 0.12.2"
33
33
regex = " 1.10.4"
34
- windows-sys = { version = " 0.52 .0" , features = [
34
+ windows-sys = { version = " 0.59 .0" , features = [
35
35
" Win32_Security_Authorization" ,
36
36
" Win32_System_Environment" ,
37
37
" Win32_System_IO" ,
You can’t perform that action at this time.
0 commit comments