aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorkhai96_ <hvksmr1996@gmail.com>2019-04-25 10:45:50 +0000
committerkhai96_ <hvksmr1996@gmail.com>2019-04-25 10:45:50 +0000
commitd5473f4b9ffc6be5f46bf7e7ef9fd51e84f45db4 (patch)
treeb8c9117d422b6821317652901a9174ada7f3b0a9 /Cargo.toml
parentRun cargo fmt (diff)
parentMerge pull request #82 from svenstaro/dependabot/cargo/pretty_assertions-0.6.1 (diff)
downloadminiserve-d5473f4b9ffc6be5f46bf7e7ef9fd51e84f45db4.tar.gz
miniserve-d5473f4b9ffc6be5f46bf7e7ef9fd51e84f45db4.zip
Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7dc6052..9629c35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,8 +50,9 @@ hex = "0.3.2"
[dev-dependencies]
assert_cmd = "0.11"
-rexpect = "0.3"
reqwest = "0.9"
assert_fs = "0.11"
select = "0.4"
port_check = "0.1"
+rstest = "0.2"
+pretty_assertions = "0.6"