diff --git a/Cargo.lock b/Cargo.lock index 6cb44f380..e81a516f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1761,16 +1761,6 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" -[[package]] -name = "base64-bytes" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ce54e4e485fa0eed9c3aa5348162be09168f75bb5be7bc6587bcf2a65ee1386" -dependencies = [ - "base64 0.22.1", - "serde", -] - [[package]] name = "base64ct" version = "1.6.0" @@ -3686,7 +3676,6 @@ dependencies = [ "ark-serialize 0.4.2", "async-broadcast", "async-trait", - "base64-bytes", "bincode", "blake3", "bytesize", @@ -4965,10 +4954,7 @@ dependencies = [ "async-broadcast", "async-lock 3.4.0", "async-trait", - "atomic", "bincode", - "bytemuck", - "coarsetime", "committable", "derive_more 1.0.0", "futures", @@ -5374,7 +5360,6 @@ dependencies = [ "hotshot-task", "hotshot-types", "hotshot-utils", - "jf-vid", "lru 0.12.5", "rand 0.8.5", "serde", @@ -5478,7 +5463,6 @@ dependencies = [ "thiserror 1.0.69", "time 0.3.37", "tokio", - "toml 0.8.20", "tracing", "typenum", "url", diff --git a/crates/hotshot-builder-core/Cargo.toml b/crates/hotshot-builder-core/Cargo.toml index b2833d292..029203b74 100644 --- a/crates/hotshot-builder-core/Cargo.toml +++ b/crates/hotshot-builder-core/Cargo.toml @@ -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 } diff --git a/crates/hotshot-task-impls/Cargo.toml b/crates/hotshot-task-impls/Cargo.toml index 672f36a1d..9b1b07e44 100644 --- a/crates/hotshot-task-impls/Cargo.toml +++ b/crates/hotshot-task-impls/Cargo.toml @@ -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 } diff --git a/crates/hotshot-testing/Cargo.toml b/crates/hotshot-testing/Cargo.toml index bbd714017..129d4b25b 100644 --- a/crates/hotshot-testing/Cargo.toml +++ b/crates/hotshot-testing/Cargo.toml @@ -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 } diff --git a/crates/hotshot-types/Cargo.toml b/crates/hotshot-types/Cargo.toml index c81f57e48..eab9eb887 100644 --- a/crates/hotshot-types/Cargo.toml +++ b/crates/hotshot-types/Cargo.toml @@ -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 }