Skip to content

Commit

Permalink
remove some unused deps (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron authored Nov 14, 2024
1 parent 0530119 commit ff35036
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 140 deletions.
71 changes: 0 additions & 71 deletions Cargo.lock

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

8 changes: 0 additions & 8 deletions crates/example-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,19 @@ slow-tests = []
gpu-vid = ["hotshot-task-impls/gpu-vid"]

[dependencies]
async-broadcast = { workspace = true }
async-trait = { workspace = true }
anyhow = { workspace = true }
sha3 = "^0.10"
committable = { workspace = true }
either = { workspace = true }
futures = { workspace = true }
hotshot = { path = "../hotshot" }
hotshot-types = { path = "../types" }
hotshot-task-impls = { path = "../task-impls", version = "0.5.36", default-features = false }
hotshot-builder-api = { path = "../builder-api" }
rand = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
serde = { workspace = true }
sha2 = { workspace = true }
time = { workspace = true }
async-lock = { workspace = true }
bitvec = { workspace = true }
ethereum-types = { workspace = true }
hotshot-task = { path = "../task" }
jf-vid = { workspace = true }
vbs = { workspace = true }
url = { workspace = true }
Expand Down
21 changes: 1 addition & 20 deletions crates/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ rust-version = { workspace = true }
default = ["docs", "doc-images", "hotshot-testing"]
gpu-vid = ["hotshot-task-impls/gpu-vid"]

# Features required for binaries
bin-orchestrator = ["clap"]

# Build the extended documentation
docs = []
doc-images = []
Expand Down Expand Up @@ -81,51 +78,35 @@ name = "whitelist-push-cdn"
path = "push-cdn/whitelist-adapter.rs"

[dependencies]
async-broadcast = { workspace = true }
async-lock = { workspace = true }
async-trait = { workspace = true }
bimap = "0.6"
clap = { workspace = true, optional = true }
committable = { workspace = true }
custom_debug = { workspace = true }
dashmap = "6"
either = { workspace = true }
futures = { workspace = true }
hotshot-orchestrator = { version = "0.5.36", path = "../orchestrator", default-features = false }
hotshot-types = { path = "../types" }
hotshot-testing = { path = "../testing" }
hotshot-task-impls = { path = "../task-impls", version = "0.5.36", default-features = false }
libp2p-identity = { workspace = true }
hotshot-task-impls = { path = "../task-impls" }
libp2p-networking = { workspace = true }
rand = { workspace = true }
serde = { workspace = true, features = ["rc"] }
thiserror = { workspace = true }
surf-disco = { workspace = true }
time = { workspace = true }
derive_more = { workspace = true }
portpicker.workspace = true
lru.workspace = true
hotshot-task = { path = "../task" }
hotshot = { path = "../hotshot" }
hotshot-example-types = { path = "../example-types" }
chrono = { workspace = true }
vbs = { workspace = true }
sha2.workspace = true
local-ip-address = "0.6"
vec1 = { workspace = true }
url = { workspace = true }

tracing = { workspace = true }
tokio = { workspace = true }

cdn-client = { workspace = true }
cdn-broker = { workspace = true, features = ["global-permits"] }
cdn-marshal = { workspace = true }

[dev-dependencies]
clap.workspace = true
toml = { workspace = true }
blake3 = { workspace = true }
anyhow.workspace = true
tracing-subscriber = "0.3"

Expand Down
2 changes: 0 additions & 2 deletions crates/fakeapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ tokio = { workspace = true }
anyhow = { workspace = true }
hotshot-types = { path = "../types" }
vbs = { workspace = true }
serde = { workspace = true }
rand = { workspace = true }
hotshot-example-types = { path = "../example-types" }
async-trait = { workspace = true }
futures = { workspace = true }
async-lock = { workspace = true }
tracing = { workspace = true }

[lints]
workspace = true
Loading

0 comments on commit ff35036

Please sign in to comment.