diff --git a/Cargo.lock b/Cargo.lock index 6d4775ec7..422e5b1fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,7 +311,6 @@ dependencies = [ "chia-sha2", "chia-traits 0.11.0", "chia_py_streamable_macro", - "clvmr", "criterion", "hex", "hkdf", @@ -499,7 +498,6 @@ version = "0.11.0" dependencies = [ "chia-sha2", "chia_streamable_macro 0.11.0", - "clvmr", "pyo3", "thiserror", ] @@ -543,7 +541,6 @@ dependencies = [ name = "chia_streamable_macro" version = "0.11.0" dependencies = [ - "clvmr", "proc-macro-crate 1.3.1", "proc-macro2", "quote", diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 352e2e4b0..89e6ed631 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -20,7 +20,6 @@ chia-traits = { workspace = true } chia-sha2 = { workspace = true } chia_py_streamable_macro = { workspace = true, optional = true } sha2 = { workspace = true } -clvmr = { workspace = true } hkdf = { workspace = true } blst = { workspace = true } hex = { workspace = true } diff --git a/crates/chia-traits/Cargo.toml b/crates/chia-traits/Cargo.toml index 9e3d21c13..09d5df737 100644 --- a/crates/chia-traits/Cargo.toml +++ b/crates/chia-traits/Cargo.toml @@ -16,5 +16,4 @@ py-bindings = ["dep:pyo3"] chia-sha2 = { workspace = true } pyo3 = { workspace = true, features = ["multiple-pymethods"], optional = true } chia_streamable_macro = { workspace = true } -clvmr = { workspace = true } thiserror = { workspace = true } diff --git a/crates/chia_streamable_macro/Cargo.toml b/crates/chia_streamable_macro/Cargo.toml index 9e6e3c3e5..7ef694065 100644 --- a/crates/chia_streamable_macro/Cargo.toml +++ b/crates/chia_streamable_macro/Cargo.toml @@ -15,7 +15,6 @@ workspace = true proc-macro = true [dependencies] -clvmr = { workspace = true } syn = { workspace = true } quote = { workspace = true } proc-macro-crate = { workspace = true }