deny.toml: add thiserror & thiserror-impl

to skip list
This commit is contained in:
Daniel Hofstetter 2024-11-25 09:32:01 +01:00
parent 91dc89c3ba
commit c38897b101

View file

@ -106,6 +106,10 @@ skip = [
{ name = "unicode-width", version = "0.1.13" },
# notify
{ name = "mio", version = "0.8.11" },
# various crates
{ name = "thiserror", version = "1.0.69" },
# thiserror
{ name = "thiserror-impl", version = "1.0.69" },
]
# spell-checker: enable