mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Merge pull request #6373 from cakebaker/deny_toml_remove_hashbrown
deny.toml: remove hashbrown, update comment
This commit is contained in:
commit
263f4a0377
1 changed files with 1 additions and 3 deletions
|
@ -93,7 +93,7 @@ skip = [
|
||||||
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
|
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
|
||||||
# windows-targets
|
# windows-targets
|
||||||
{ name = "windows_x86_64_msvc", version = "0.48.0" },
|
{ name = "windows_x86_64_msvc", version = "0.48.0" },
|
||||||
# various crates
|
# data-encoding-macro-internal
|
||||||
{ name = "syn", version = "1.0.109" },
|
{ name = "syn", version = "1.0.109" },
|
||||||
# various crates
|
# various crates
|
||||||
{ name = "bitflags", version = "1.3.2" },
|
{ name = "bitflags", version = "1.3.2" },
|
||||||
|
@ -101,8 +101,6 @@ skip = [
|
||||||
{ name = "terminal_size", version = "0.2.6" },
|
{ name = "terminal_size", version = "0.2.6" },
|
||||||
# filetime, parking_lot_core
|
# filetime, parking_lot_core
|
||||||
{ name = "redox_syscall", version = "0.4.1" },
|
{ name = "redox_syscall", version = "0.4.1" },
|
||||||
# num-prime, rust-ini
|
|
||||||
{ name = "hashbrown", version = "0.12.3" },
|
|
||||||
]
|
]
|
||||||
# spell-checker: enable
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue