mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2025-01-02 07:51:24 +00:00
Add thiserror to deny.toml
This commit is contained in:
parent
f5af791483
commit
5e95c76a0f
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@ deny = [
|
||||||
|
|
||||||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||||
skip = [
|
skip = [
|
||||||
|
# Waiting on dependencies
|
||||||
|
"thiserror",
|
||||||
|
"thiserror-impl",
|
||||||
|
|
||||||
# non-direct dependencies
|
# non-direct dependencies
|
||||||
"base64",
|
"base64",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|
Loading…
Reference in a new issue