Add thiserror to deny.toml

This commit is contained in:
asonix 2024-12-09 19:21:49 -06:00
parent f5af791483
commit 5e95c76a0f

View file

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