Skip to content

Commit

Permalink
[ISSUE #1396]🔥Remove unused crate in rocketmq-store (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Nov 28, 2024
1 parent 83ff7de commit 45422dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
14 changes: 0 additions & 14 deletions Cargo.lock

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

20 changes: 2 additions & 18 deletions rocketmq-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,53 +19,37 @@ data_store = ["local_file_store"]

[dependencies]
rocketmq-common = { workspace = true }
rocketmq-runtime = { workspace = true }
rocketmq-rust = { workspace = true }

#tools
dirs.workspace = true

parking_lot.workspace = true

anyhow.workspace = true
bytes.workspace = true
thiserror.workspace = true

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


#log
tracing.workspace = true
tracing-subscriber.workspace = true

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

rand.workspace = true
lazy_static.workspace = true

#futures
futures = "0.3"
futures-util = "0.3"
futures-core = "0.3"
futures-sink = "0.3"
futures-io = "0.3"

num_cpus.workspace = true
tempfile = "3.14.0"
log = "0.4.22"

memmap2 = "0.9.5"
trait-variant.workspace = true
sysinfo = "0.32.1"
sysinfo = "0.32.0"
once_cell = { workspace = true }
cheetah-string = { workspace = true }
[dev-dependencies]
tempfile = "3.14.0"
mockall = { workspace = true }
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
Expand Down

0 comments on commit 45422dd

Please # to comment.