From b8e58bd374744c736f8169e89564dbd7f09f117b Mon Sep 17 00:00:00 2001 From: niebayes Date: Wed, 27 Mar 2024 18:13:29 +0800 Subject: [PATCH] fix: add missing crates --- tests-integration/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-integration/Cargo.toml b/tests-integration/Cargo.toml index 1914fe720b64..a20245e746f1 100644 --- a/tests-integration/Cargo.toml +++ b/tests-integration/Cargo.toml @@ -81,6 +81,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