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",