From 90804c4c3051b95ed1d7bed642d721ec165618b4 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 5 Sep 2025 14:08:04 -0400 Subject: [PATCH] Update `deny.toml` --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 891c4627..9e716c94 100644 --- a/deny.toml +++ b/deny.toml @@ -71,6 +71,7 @@ exceptions = [ { allow = ["AGPL-3.0"], name = "serai-monero-processor" }, { allow = ["AGPL-3.0"], name = "tributary-sdk" }, + { allow = ["AGPL-3.0"], name = "serai-cosign-types" }, { allow = ["AGPL-3.0"], name = "serai-cosign" }, { allow = ["AGPL-3.0"], name = "serai-coordinator-substrate" }, { allow = ["AGPL-3.0"], name = "serai-coordinator-tributary" }, @@ -130,7 +131,6 @@ unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = [ "https://github.com/rust-lang-nursery/lazy-static.rs", - "https://github.com/kayabaNerve/hybrid-array", "https://github.com/kayabaNerve/elliptic-curves", "https://github.com/monero-oxide/monero-oxide", "https://github.com/serai-dex/patch-polkadot-sdk",