From cf0ce2ce2b70a1b19b3554318fc69a4ecf4e083a Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 11 Mar 2020 15:18:15 +0100 Subject: Bump reqwests to v0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c06cd05..b2cb27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ hex = "0.4.2" [dev-dependencies] assert_cmd = "0.12" -reqwest = "0.9" +reqwest = { version = "0.10", features = ["blocking"] } assert_fs = "0.13" select = "0.4" port_check = "0.1" -- cgit v1.2.3