Skip to content

Commit 9f83d30

Browse files
authored
Update to windows-sys 0.52. (#41)
1 parent fd09af3 commit 9f83d30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = ["/.github"]
1313
[dependencies]
1414
#async-std = { version = "1.10.0", optional = true }
1515
bitflags = "2.2.3"
16-
cap-std = { version = "2.0.0", optional = true }
16+
cap-std = { version = "2.0.1", optional = true }
1717
#cap-async-std = { version = "0.26.0", optional = true }
1818
char-device = { version = "0.16.0", optional = true }
1919
os_pipe = { version = "1.0.0", features = ["io_safety"], optional = true }
@@ -26,12 +26,12 @@ ssh2 = { version = "0.9.1", optional = true }
2626
rustix = { version = "0.38.0", features = ["fs", "net"] }
2727

2828
[target.'cfg(windows)'.dependencies]
29-
cap-fs-ext = "2.0.0"
29+
cap-fs-ext = "2.0.1"
3030
winx = "0.36.0"
3131
fd-lock = "4.0.0"
3232

3333
[target.'cfg(windows)'.dependencies.windows-sys]
34-
version = "0.48.0"
34+
version = "0.52.0"
3535
features = [
3636
"Win32_Foundation",
3737
"Win32_Networking_WinSock",
@@ -40,9 +40,9 @@ features = [
4040
]
4141

4242
[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"
4646
tempfile = "3.2.0"
4747

4848
[features]

0 commit comments

Comments
 (0)