From 63b185b7111bd954aa6aae8f03ad9c3fc77d4c4f Mon Sep 17 00:00:00 2001 From: Maxime Bedard Date: Thu, 24 Dec 2020 16:37:35 -0500 Subject: [PATCH] use released version of httptest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e264d4..e012a0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ percent-encoding = "2" futures = "0.3" [dev-dependencies] -httptest = { git = "https://github.com/ggriffiniii/httptest" } +httptest = "0.14" env_logger = "0.7" tempfile = "3.1"