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