From 32b7780ff3caa679b87c2d91198e33ce12529e07 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Tue, 21 Oct 2025 09:28:00 -0300 Subject: [PATCH] remove unused dep --- common/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index dc19a33..999c731 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -16,9 +16,5 @@ hex.workspace = true nssa-core = { path = "../nssa/core", features = ["host"] } borsh.workspace = true -[dependencies.generic-array] -version = "1.3.3" -features = ["zeroize"] - [dependencies.nssa] path = "../nssa"