From aa503c46c384c13fb02bf0cc98438336a161fcd4 Mon Sep 17 00:00:00 2001 From: Isaac Parker Date: Sun, 28 Jun 2020 14:03:31 -0600 Subject: Bind to random port when port 0 specified --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 909ec59..a975fa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ actix-web = "0.7" simplelog = "0.8" base64 = "0.12" percent-encoding = "2.1" +port_check = "0.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.3" @@ -55,5 +56,6 @@ assert_fs = "1.0" select = "0.4" port_check = "0.1" rstest = "0.6" +regex = "1.3.9" pretty_assertions = "0.6" url = "2.1" -- cgit v1.2.3 From 22bac99b157210b3bc592bcd35e4c5e6e1f6da28 Mon Sep 17 00:00:00 2001 From: Isaac Parker Date: Sun, 28 Jun 2020 18:54:33 -0600 Subject: Remove port_check from dev-dependencies --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a975fa8..7d687f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,6 @@ assert_cmd = "1.0" reqwest = { version = "0.10", features = ["blocking"] } assert_fs = "1.0" select = "0.4" -port_check = "0.1" rstest = "0.6" regex = "1.3.9" pretty_assertions = "0.6" -- cgit v1.2.3