We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6f366 commit 3b4009bCopy full SHA for 3b4009b
Cargo.toml
@@ -26,7 +26,7 @@ ssh2 = "^0.9.0"
26
env_logger = "^0.9.0"
27
pretty_assertions = "^1.0.0"
28
rand = "^0.8.4"
29
-serial_test = "^0.5.1"
+serial_test = "^0.9.0"
30
tempfile = "^3.2.0"
31
32
[features]
@@ -41,7 +41,7 @@ with-containers = [ ]
41
42
[target."cfg(target_os = \"windows\")"]
43
[target."cfg(target_os = \"windows\")".dependencies]
44
-path-slash = "^0.1.4"
+path-slash = "^0.2.1"
45
46
[target."cfg(target_family = \"unix\")"]
47
[target."cfg(target_family = \"unix\")".dependencies]
0 commit comments