From 8df1e186decdfcc2e59512acda5c09b8162b7b64 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 4 Mar 2022 18:33:18 +0100 Subject: Functional tests for website endpoints --- src/garage/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/garage/Cargo.toml') diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index d6034bbd..463f83e7 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -55,5 +55,6 @@ netapp = "0.3.0" [dev-dependencies] aws-sdk-s3 = "0.6" http = "0.2" +hyper = { version = "0.14", features = ["client", "http1", "runtime"] } static_init = "1.0" -- cgit v1.2.3