diff --git a/Cargo.lock b/Cargo.lock index ff6e14d..99d3006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,7 +1978,6 @@ dependencies = [ "kona-preimage", "proptest", "reqwest", - "rust-kzg-bn254", "tokio", "tracing", ] diff --git a/bin/host/Cargo.toml b/bin/host/Cargo.toml index 73cedb7..69820d0 100644 --- a/bin/host/Cargo.toml +++ b/bin/host/Cargo.toml @@ -26,8 +26,5 @@ async-trait.workspace = true tokio = { workspace = true, features = ["full"] } clap = { workspace = true, features = ["derive", "env"] } -# Cryptography -rust-kzg-bn254.workspace = true - [dev-dependencies] proptest.workspace = true