From acfcff044037126d1377b8cb84097efd6609f796 Mon Sep 17 00:00:00 2001 From: Ritesh Chitlangi Date: Tue, 27 Jul 2021 04:02:30 +0800 Subject: [PATCH] updated tokio-test version to fixed --- epp-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epp-client/Cargo.toml b/epp-client/Cargo.toml index c769d4f..d065f0f 100644 --- a/epp-client/Cargo.toml +++ b/epp-client/Cargo.toml @@ -28,5 +28,5 @@ webpki = "0.22" webpki-roots = "0.21" [dev-dependencies] -tokio-test = "*" +tokio-test = "0.4" regex = "1.5"