From 5e95c76a0ffef219a3dab3358e085f3779b5506a Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 9 Dec 2024 19:21:49 -0600 Subject: [PATCH] Add thiserror to deny.toml --- deny.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deny.toml b/deny.toml index e9589f2..946928a 100644 --- a/deny.toml +++ b/deny.toml @@ -208,6 +208,10 @@ deny = [ # Certain crates/versions that will be skipped when doing duplicate detection. skip = [ + # Waiting on dependencies + "thiserror", + "thiserror-impl", + # non-direct dependencies "base64", "bitflags",