From 1c31ca71875a4964ed879f1c32a2acf36e18e8a5 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 9 Apr 2023 02:34:31 -0400 Subject: [PATCH] Correct deny.toml --- deny.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 1d254718..67d2ba4e 100644 --- a/deny.toml +++ b/deny.toml @@ -26,6 +26,7 @@ allow = [ # Attribution required "MIT", + "MITNFA", "BSD-2-Clause", "BSD-3-Clause", "ISC", @@ -44,7 +45,6 @@ allow-osi-fsf-free = "neither" default = "deny" exceptions = [ - { allow = ["AGPL-3.0"], name = "bitcoin-serai" }, { allow = ["AGPL-3.0"], name = "ethereum-serai" }, { allow = ["AGPL-3.0"], name = "processor-messages" }, @@ -80,6 +80,7 @@ unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = [ + "https://github.com/RustCrypto/elliptic-curves", + "https://github.com/serai-dex/substrate-bip39", "https://github.com/serai-dex/substrate", - "https://github.com/RustCrypto/elliptic-curves" ]