From c7558afc3a1bc1bad72a82e919e3aabb32a8be92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Thu, 12 Oct 2023 15:16:27 +0200 Subject: [PATCH] scylla: Use Tokio test-utils only in tests --- scylla/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/scylla/Cargo.toml b/scylla/Cargo.toml index 6b017c9d10..b250ccd703 100644 --- a/scylla/Cargo.toml +++ b/scylla/Cargo.toml @@ -57,6 +57,7 @@ socket2 = { version = "0.5.3", features = ["all"] } scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" } ntest = "0.9.0" criterion = "0.4" # Note: v0.5 needs at least rust 1.70.0 +tokio = { version = "1.27", features = ["test-util"] } tracing-subscriber = { version = "0.3.14", features = ["env-filter"] } assert_matches = "1.5.0" rand_chacha = "0.3.1"