From 26409e619c52b97a986854e3b49636c168896ab3 Mon Sep 17 00:00:00 2001 From: agureev Date: Tue, 23 Jun 2026 20:22:22 +0400 Subject: [PATCH] chore: explicitly add sponges fork to the deny toml --- .deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.deny.toml b/.deny.toml index 5f3a9161..3c079cfa 100644 --- a/.deny.toml +++ b/.deny.toml @@ -60,6 +60,7 @@ allow-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/logos-blockchain/sponges", "https://github.com/arkworks-rs/spongefish.git" ] unknown-git = "deny"