Add thiserror to deny.toml
Some checks failed
/ deny (push) Successful in 13s
/ clippy (push) Failing after 1m58s
/ tests (push) Successful in 3m11s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m24s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m12s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m17s

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