Skip to content

Commit

Permalink
remove some unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 10, 2025
1 parent 46f3d72 commit 63797b0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 22 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions crates/hotshot-builder-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ anyhow = { workspace = true }
async-broadcast = { workspace = true }
async-lock = { workspace = true }
async-trait = { workspace = true }
atomic = "0.6"
bincode = { workspace = true }
bytemuck = { version = "1.19", features = ["derive"] }
coarsetime = "0.1.34"
committable = { workspace = true }
derive_more = { workspace = true, features = ["deref", "deref_mut", "debug"] }
futures = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/hotshot-task-impls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ hotshot-builder-api = { workspace = true }
hotshot-task = { workspace = true }
hotshot-types = { workspace = true }
hotshot-utils = { workspace = true }
jf-vid = { workspace = true }
lru = { workspace = true }
rand = { workspace = true }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/hotshot-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = { workspace = true }
async-broadcast = { workspace = true }
async-lock = { workspace = true }
async-trait = { workspace = true }
automod = "1.0.14"
automod = "1"
bitvec = { workspace = true }
committable = { workspace = true }
either = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/hotshot-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ tagged-base64 = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true }
tokio = { workspace = true }
toml = { workspace = true }
tracing = { workspace = true }
typenum = { workspace = true }
url = { workspace = true }
Expand Down

0 comments on commit 63797b0

Please sign in to comment.