From ac5290ce926c610ca904f7440b9084a50463d766 Mon Sep 17 00:00:00 2001 From: niebayes Date: Wed, 27 Mar 2024 18:13:29 +0800 Subject: [PATCH] chore: move rand to dev-dependencies --- tests-integration/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-integration/Cargo.toml b/tests-integration/Cargo.toml index 1914fe720b64..44be56b48062 100644 --- a/tests-integration/Cargo.toml +++ b/tests-integration/Cargo.toml @@ -48,7 +48,6 @@ object-store.workspace = true once_cell.workspace = true operator.workspace = true query.workspace = true -rand.workspace = true rstest = "0.17" rstest_reuse = "0.5" secrecy = "0.8" @@ -81,6 +80,7 @@ opentelemetry-proto.workspace = true partition.workspace = true paste.workspace = true prost.workspace = true +rand.workspace = true script.workspace = true session = { workspace = true, features = ["testing"] } store-api.workspace = true