From a5009518e61b24e3e1a6c44f72169c8e8ad9198e Mon Sep 17 00:00:00 2001 From: Nisheeth Barthwal Date: Mon, 27 Jan 2025 14:55:20 +0100 Subject: [PATCH] allow custom proptest repo --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 07dc62f71..90d1eec1a 100644 --- a/deny.toml +++ b/deny.toml @@ -112,6 +112,7 @@ allow-git = [ "https://github.com/bluealloy/revm", "https://github.com/RustCrypto/hashes", "https://github.com/popzxc/alloy-zksync", + "https://github.com/nbaztec/proptest", ] [sources.allow-org]