From 0820a6acb296d8539e26b0cbc048c592605aa24b Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:25:16 +1300 Subject: [PATCH] chore(pairing-crypto): resolve duplicate windows-sys --- deny.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deny.toml b/deny.toml index 43e43334..c13b3283 100644 --- a/deny.toml +++ b/deny.toml @@ -182,3 +182,7 @@ allow-git = [ "https://github.com/mattrglobal/blstrs.git" ] # 1 or more github.com organizations to allow git sources for # github = ["https://github.com/mattrglobal"] +# TODO: Currently there is a duplicate for 0.52.0 & 0.59.0 older version coming from +# https://github.com/mattrglobal/blstrs.git for now we will ignore until it's patched upstream +[checks.duplicate] +allow = ["windows-sys"]