aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"