1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #7773 from cakebaker/deny_toml_remove_zerocopy_from_skip_list

deny.toml: remove `zerocopy` from skip list
This commit is contained in:
Sylvestre Ledru 2025-04-17 20:03:06 +02:00 committed by GitHub
commit d68e288602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ skip = [
{ name = "thiserror-impl", version = "1.0.69" }, { name = "thiserror-impl", version = "1.0.69" },
# bindgen # bindgen
{ name = "itertools", version = "0.13.0" }, { name = "itertools", version = "0.13.0" },
# indexmap # ordered-multimap
{ name = "hashbrown", version = "0.14.5" }, { name = "hashbrown", version = "0.14.5" },
# cexpr (via bindgen) # cexpr (via bindgen)
{ name = "nom", version = "7.1.3" }, { name = "nom", version = "7.1.3" },
@ -98,8 +98,6 @@ skip = [
{ name = "rand_chacha", version = "0.3.1" }, { name = "rand_chacha", version = "0.3.1" },
# rand # rand
{ name = "rand_core", version = "0.6.4" }, { name = "rand_core", version = "0.6.4" },
# ppv-lite86, utmp-classic, utmp-classic-raw
{ name = "zerocopy", version = "0.7.35" },
# crossterm, procfs, terminal_size # crossterm, procfs, terminal_size
{ name = "rustix", version = "0.38.43" }, { name = "rustix", version = "0.38.43" },
# rustix # rustix