From b260fda5357ef52229f76d49e9cfeebb31aac672 Mon Sep 17 00:00:00 2001 From: WaterWhisperer Date: Fri, 2 Jan 2026 23:06:52 +0800 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#5362]=E2=9C=A8Remove=20lazy=5Fstatic?= =?UTF-8?q?=20crate=20dependence=20from=20rocketmq-client=20crate=20Cargo.?= =?UTF-8?q?toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 1 - rocketmq-client/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c58eed40..1308034f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3495,7 +3495,6 @@ dependencies = [ "cheetah-string", "dashmap", "futures", - "lazy_static", "num_cpus", "once_cell", "parking_lot", diff --git a/rocketmq-client/Cargo.toml b/rocketmq-client/Cargo.toml index 3c7285d56..11b78a251 100644 --- a/rocketmq-client/Cargo.toml +++ b/rocketmq-client/Cargo.toml @@ -28,7 +28,6 @@ tokio.workspace = true trait-variant = { workspace = true } num_cpus = { workspace = true } rand = { workspace = true } -lazy_static = { workspace = true } #log tracing.workspace = true