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