diff --git a/Cargo.lock b/Cargo.lock index 0f52d27..cfccdd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2144,7 +2144,6 @@ dependencies = [ "anyhow", "arecibo", "ff", - "getrandom", "itertools 0.12.1", "rand", "serde", diff --git a/Cargo.toml b/Cargo.toml index 96cfb4c..92f63f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,6 @@ tracing = { version = "0.1.40", features = ["log"] } thiserror = "1.0.61" tracing-texray = "0.2.0" -[target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2", features = ["js"] } - [target.'cfg(not(target_arch = "wasm32"))'.dependencies] wasmi_wasi = { path = "./third-party/wasmi/crates/wasi" }