Skip to content

Commit

Permalink
[ISSUE #1409]🔥Remove unused crate in rocketmq-namesrv🚨 (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Nov 28, 2024
1 parent 3f6a7ce commit b0886a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
39 changes: 0 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions rocketmq-namesrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,16 @@ rocketmq-runtime = { workspace = true }


anyhow.workspace = true
env_logger.workspace = true

tokio.workspace = true
tokio-util.workspace = true
tokio-stream.workspace = true

tracing.workspace = true
tracing-subscriber.workspace = true


#json spupport
serde.workspace = true
serde_json.workspace = true

futures-core = "0.3.0"
futures-sink = "0.3.0"
futures-io = { version = "0.3.0" }
futures-util = { version = "0.3.31" }
futures = "0.3.31"
bytes = "1.8.0"
config.workspace = true
parking_lot.workspace = true

Expand Down

0 comments on commit b0886a1

Please sign in to comment.