mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
deny.toml: remove hashbrown, update comment
This commit is contained in:
parent
25ba369577
commit
67922d60d5
1 changed files with 1 additions and 3 deletions
|
@ -93,7 +93,7 @@ skip = [
|
|||
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_msvc", version = "0.48.0" },
|
||||
# various crates
|
||||
# data-encoding-macro-internal
|
||||
{ name = "syn", version = "1.0.109" },
|
||||
# various crates
|
||||
{ name = "bitflags", version = "1.3.2" },
|
||||
|
@ -101,8 +101,6 @@ skip = [
|
|||
{ name = "terminal_size", version = "0.2.6" },
|
||||
# filetime, parking_lot_core
|
||||
{ name = "redox_syscall", version = "0.4.1" },
|
||||
# num-prime, rust-ini
|
||||
{ name = "hashbrown", version = "0.12.3" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue