From 87359e99233a61abbf9f8e424eba486fe53e9cfd Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 12 Mar 2023 01:13:05 +0200 Subject: Make sure ssh ports don't conflict between tests There were race conditions here since it previously checked with the OS if the port was in use yet. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 8c56a5a..7c5d618 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,6 +432,7 @@ dependencies = [ "get-port", "git2", "nom", + "once_cell", "rexpect", "tempfile", "thiserror", -- cgit v1.2.3