From 653697f1d5c2ab925a5598d602efeac433627fcf Mon Sep 17 00:00:00 2001 From: shuiyisong <113876041+shuiyisong@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:53:22 +0800 Subject: [PATCH] chore: add back core dependency (#3588) --- Cargo.lock | 1 + src/operator/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 2cd6d46c46bb..e80f9ed742d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6157,6 +6157,7 @@ dependencies = [ "futures-util", "lazy_static", "meta-client", + "meter-core", "meter-macros", "object-store", "partition", diff --git a/src/operator/Cargo.toml b/src/operator/Cargo.toml index 50d2103f9d82..83e0892a492c 100644 --- a/src/operator/Cargo.toml +++ b/src/operator/Cargo.toml @@ -38,6 +38,7 @@ futures = "0.3" futures-util.workspace = true lazy_static.workspace = true meta-client.workspace = true +meter-core.workspace = true meter-macros.workspace = true object-store.workspace = true partition.workspace = true