From cb4afb689ac84545334c02485d8ec793bf39fe1c Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Wed, 5 Jan 2022 14:01:05 -0800 Subject: [PATCH] Cargo.toml: Move tokio-test to dev-dependencies --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 555f1cd..926c06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,11 +31,13 @@ shell-escape = "0.1.5" sys-info = "0.9.0" snafu = "0.6.10" tempfile = "3.1.0" -tokio-test = "0.4.0" users = "0.11.0" uuid = { version = "0.8.2", features = ["serde", "v4"] } validator = { version = "0.14", features = ["derive"] } +[dev-dependencies] +tokio-test = "0.4.0" + [dependencies.tokio] version = "1.0.0" features = [