Skip to content

Commit ff7c95c

Browse files
authored
Update to cap-std 2.0. (#40)
1 parent 7cf3bfe commit ff7c95c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 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 = "1.0.0", optional = true }
16+
cap-std = { version = "2.0.0", 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,7 +26,7 @@ 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 = "1.0.0"
29+
cap-fs-ext = "2.0.0"
3030
winx = "0.36.0"
3131
fd-lock = "4.0.0"
3232

@@ -40,9 +40,9 @@ features = [
4040
]
4141

4242
[dev-dependencies]
43-
cap-fs-ext = "1.0.0"
44-
cap-tempfile = "1.0.0"
45-
cap-std = "1.0.0"
43+
cap-fs-ext = "2.0.0"
44+
cap-tempfile = "2.0.0"
45+
cap-std = "2.0.0"
4646
tempfile = "3.2.0"
4747

4848
[features]

0 commit comments

Comments
 (0)