mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
deny.toml: remove aho-corasick from skip list
This commit is contained in:
parent
a756fa3266
commit
228a58080d
1 changed files with 1 additions and 3 deletions
|
@ -63,7 +63,7 @@ skip = [
|
|||
# rustix
|
||||
{ name = "linux-raw-sys", version = "0.1.4" },
|
||||
{ name = "linux-raw-sys", version = "0.3.8" },
|
||||
# tempfile
|
||||
# terminal_size
|
||||
{ name = "rustix", version = "0.37.23" },
|
||||
# various crates
|
||||
{ name = "windows-sys", version = "0.45.0" },
|
||||
|
@ -83,8 +83,6 @@ skip = [
|
|||
{ name = "windows_x86_64_gnullvm", version = "0.42.2" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_msvc", version = "0.42.2" },
|
||||
# cpp_macros
|
||||
{ name = "aho-corasick", version = "0.7.20" },
|
||||
# various crates
|
||||
{ name = "syn", version = "1.0.109" },
|
||||
# various crates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue