summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-11 21:04:18 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-11 21:04:18 +0200
commit5b52ed7ed242ce40cfd331a2fdb78e106413e138 (patch)
treea532b2f2698248a12d56739c52904db6d3fd7a3f /Cargo.lock
parentf00b442e0ef0bcf409b4698c1bc4f48a0887eba6 (diff)
Fixed several small issues preventing ssh tests from running correctly in parallel
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 59f908d..8c56a5a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -134,6 +134,12 @@ dependencies = [
]
[[package]]
+name = "get-port"
+version = "4.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "888123007db34fbff15b5a347d46364dfbad531d6cb43de52cc0b62558f570e2"
+
+[[package]]
name = "git2"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -423,6 +429,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"assert_cmd",
+ "get-port",
"git2",
"nom",
"rexpect",