diff --git a/.deny.toml b/.deny.toml index 94b820f5..5f3a9161 100644 --- a/.deny.toml +++ b/.deny.toml @@ -59,6 +59,8 @@ allow-git = [ "https://github.com/EspressoSystems/jellyfish.git", "https://github.com/logos-blockchain/logos-blockchain.git", "https://github.com/logos-blockchain/logos-blockchain-circuits.git", + "https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git", + "https://github.com/arkworks-rs/spongefish.git" ] unknown-git = "deny" unknown-registry = "deny"