make deny happy

This commit is contained in:
widberg 2026-08-22 18:36:30 -04:00
parent 5c8f2a797e
commit 3fe1748b13

View file

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