From 88c7fbf51754e771a8644e7c86fd41c6b3368a8c Mon Sep 17 00:00:00 2001 From: Kade Robertson Date: Sun, 15 Oct 2023 10:57:45 -0400 Subject: [PATCH] ci: fix dev dependencies for healthcheck --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a62b425..b8bac47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,9 @@ ureq = { version = "2.7", features = ["json"], optional = true } url = { version = "2.3", optional = true } [dev-dependencies] -mockito = "1" -tokio = "1" -tokio-test = "0.4" +mockito = "=1.1.1" +tokio = "=1.32.0" +tokio-test = "=0.4.3" [features] default = ["sync"]