From 44635c33ad1477b84af433755b4ab93b1094c814 Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Fri, 1 Nov 2024 11:34:18 +0200 Subject: [PATCH] add new `allow-git` exceptions --- earthly/rust/stdcfgs/deny.toml | 3 +++ examples/rust/deny.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/earthly/rust/stdcfgs/deny.toml b/earthly/rust/stdcfgs/deny.toml index b9dd61df..cb000599 100644 --- a/earthly/rust/stdcfgs/deny.toml +++ b/earthly/rust/stdcfgs/deny.toml @@ -54,6 +54,9 @@ allow-git = [ "https://github.com/input-output-hk/catalyst-mithril.git", "https://github.com/bytecodealliance/wasmtime", "https://github.com/aldanor/hdf5-rust", + "https://github.com/txpipe/vrf", + "https://github.com/txpipe/kes", + "https://github.com/txpipe/curve25519-dalek", ] [licenses] diff --git a/examples/rust/deny.toml b/examples/rust/deny.toml index b9dd61df..cb000599 100644 --- a/examples/rust/deny.toml +++ b/examples/rust/deny.toml @@ -54,6 +54,9 @@ allow-git = [ "https://github.com/input-output-hk/catalyst-mithril.git", "https://github.com/bytecodealliance/wasmtime", "https://github.com/aldanor/hdf5-rust", + "https://github.com/txpipe/vrf", + "https://github.com/txpipe/kes", + "https://github.com/txpipe/curve25519-dalek", ] [licenses]