mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
deny.toml: remove two crates from skip list
cpufeatures and block-buffer Co-authored-by: xtqqczze <45661989+xtqqczze@users.noreply.github.com>
This commit is contained in:
@@ -102,14 +102,10 @@ skip = [
|
||||
{ name = "zerocopy-derive", version = "0.7.35" },
|
||||
# hashbrown
|
||||
{ name = "foldhash", version = "0.1.5" },
|
||||
# keccak, sha1, sha2
|
||||
{ name = "cpufeatures", version = "0.2.17" },
|
||||
# various crates
|
||||
# crc-fast
|
||||
{ name = "digest", version = "0.10.7" },
|
||||
# digest
|
||||
{ name = "crypto-common", version = "0.1.7" },
|
||||
# digest
|
||||
{ name = "block-buffer", version = "0.10.4" },
|
||||
# parse_datetime
|
||||
{ name = "winnow", version = "0.7.15" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user