From 1c234138f8078f4464a44fcb39c78754ccfe63f5 Mon Sep 17 00:00:00 2001 From: librelois Date: Sun, 25 Apr 2021 19:41:37 +0200 Subject: [PATCH] ci: allow specific git sources --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 0be9699..e214658 100644 --- a/deny.toml +++ b/deny.toml @@ -50,5 +50,6 @@ unknown-registry = "deny" unknown-git = "deny" allow-git = [ "https://git.duniter.org/libs/dubp-rs-client-lib", - "https://git.duniter.org/nodes/typescript/duniter" + "https://git.duniter.org/nodes/rust/modules/duniter-gva", + "https://github.com/librelois/fast-threadpool" ] \ No newline at end of file