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.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5e76338..75dec3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,5 @@ thiserror = "1.0.38" anyhow = "1.0.69" assert_cmd = "2.0.8" get-port = "4.0.0" +once_cell = "1.17.1" tempfile = "3.4.0" -- cgit v1.2.3