File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exclude = ["/.github"]
13
13
[dependencies ]
14
14
# async-std = { version = "1.10.0", optional = true }
15
15
bitflags = " 2.2.3"
16
- cap-std = { version = " 2.0.0 " , optional = true }
16
+ cap-std = { version = " 2.0.1 " , optional = true }
17
17
# cap-async-std = { version = "0.26.0", optional = true }
18
18
char-device = { version = " 0.16.0" , optional = true }
19
19
os_pipe = { version = " 1.0.0" , features = [" io_safety" ], optional = true }
@@ -26,12 +26,12 @@ ssh2 = { version = "0.9.1", optional = true }
26
26
rustix = { version = " 0.38.0" , features = [" fs" , " net" ] }
27
27
28
28
[target .'cfg(windows)' .dependencies ]
29
- cap-fs-ext = " 2.0.0 "
29
+ cap-fs-ext = " 2.0.1 "
30
30
winx = " 0.36.0"
31
31
fd-lock = " 4.0.0"
32
32
33
33
[target .'cfg(windows)' .dependencies .windows-sys ]
34
- version = " 0.48 .0"
34
+ version = " 0.52 .0"
35
35
features = [
36
36
" Win32_Foundation" ,
37
37
" Win32_Networking_WinSock" ,
@@ -40,9 +40,9 @@ features = [
40
40
]
41
41
42
42
[dev-dependencies ]
43
- cap-fs-ext = " 2.0.0 "
44
- cap-tempfile = " 2.0.0 "
45
- cap-std = " 2.0.0 "
43
+ cap-fs-ext = " 2.0.1 "
44
+ cap-tempfile = " 2.0.1 "
45
+ cap-std = " 2.0.1 "
46
46
tempfile = " 3.2.0"
47
47
48
48
[features ]
You can’t perform that action at this time.
0 commit comments