mirror of
https://github.com/widberg/bff
synced 2026-08-23 14:26:03 -04:00
make deny happy
This commit is contained in:
parent
5c8f2a797e
commit
3fe1748b13
1 changed files with 1 additions and 3 deletions
|
|
@ -93,7 +93,6 @@ allow = [
|
|||
"Apache-2.0",
|
||||
"BSD-3-Clause",
|
||||
"BSL-1.0",
|
||||
"MIT-0",
|
||||
"MIT",
|
||||
"Unicode-3.0",
|
||||
"Unlicense",
|
||||
|
|
@ -205,8 +204,7 @@ deny = [
|
|||
|
||||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||
skip = [
|
||||
"syn@1.0.109",
|
||||
"windows-link@0.1.1",
|
||||
"syn",
|
||||
"windows-sys@0.59.0",
|
||||
#"ansi_term@0.11.0",
|
||||
#{ crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue