1
Fork 0
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:
Sylvestre Ledru 2024-05-07 09:56:19 +02:00 committed by GitHub
commit 263f4a0377
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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