Skip to content

Commit 03afc55

Browse files
committed
remove unused deps
1 parent 6ba42c1 commit 03afc55

File tree

4 files changed

+6
-80
lines changed

4 files changed

+6
-80
lines changed

Cargo.lock

Lines changed: 2 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ brew-deps:
3333

3434
cargo-deps:
3535
$(CARGO_CMD) install cargo-smart-release --features allow-emoji
36-
$(CARGO_CMD) install flamegraph
36+
$(CARGO_CMD) install flamegraph cargo-machete
3737

3838
clean:
3939
$(CARGO_CMD) clean
4040
rm -f perf.data flamegraph.svg
41+
42+
unused:
43+
cargo machete

pulsebeam-runtime/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,22 @@ default = []
2020
loom = ["dep:loom"]
2121

2222
[dependencies]
23-
anyhow = { workspace = true }
24-
serde = { workspace = true }
2523
thiserror = { workspace = true }
2624
tokio = { workspace = true }
2725
tracing = { workspace = true }
2826
rand = { workspace = true }
2927
bytes = { workspace = true }
3028
futures.workspace = true
31-
tokio-rustls = "0.26.2"
32-
rustls = "0.23.31"
3329
turmoil = "0.6.6"
3430
quinn-udp = "0.5.14"
3531
socket2 = "0.6.0"
36-
no-panic = "0.1.35"
3732
tokio-metrics = { version = "0.4.5", features = ["metrics-rs-integration"] }
3833
once_cell = "1.21.3"
39-
arc-swap = "1.7.1"
4034
crossbeam-utils = "0.8.21"
4135
metrics = "0.24.2"
4236
loom = { version = "0.7", optional = true, features = ["futures", "checkpoint"] }
43-
crossbeam-queue = "0.3.12"
4437
event-listener = "5.4.1"
4538
parking_lot = "0.12.5"
46-
flume = "0.11.1"
4739

4840
[dev-dependencies]
4941
criterion = { version = "0.7.0", features = ["async", "async_tokio"] }

pulsebeam/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ mimalloc = { version = "0.1.48", features = ["v3"] }
3434
hyper = "1.7.0"
3535
pulsebeam-runtime = { version = "^0.1.0", path = "../pulsebeam-runtime" }
3636
tokio-util = "0.7.16"
37-
num_cpus = "1.17.0"
3837
metrics-exporter-prometheus = "0.17.2"
3938
pprof = { version = "0.15.0", features = ["flamegraph", "prost-codec", "protobuf"] }
4039
tokio-metrics = { version = "0.4.5", features = ["metrics-rs-integration"] }

0 commit comments

Comments
 (0)