Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ISSUE #1396]🔥Remove unused crate in rocketmq-store #1397

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading