aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Parker <parrotmac@gmail.com>2020-06-29 00:54:33 +0000
committerGitHub <noreply@github.com>2020-06-29 00:54:33 +0000
commit22bac99b157210b3bc592bcd35e4c5e6e1f6da28 (patch)
tree4d0c0ec46d3ee33dc3b4a9106062d0f58a77a037
parentBind to random port when port 0 specified (diff)
downloadminiserve-22bac99b157210b3bc592bcd35e4c5e6e1f6da28.tar.gz
miniserve-22bac99b157210b3bc592bcd35e4c5e6e1f6da28.zip
Remove port_check from dev-dependencies
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"