mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27: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:
commit
d68e288602
1 changed files with 1 additions and 3 deletions
|
@ -84,7 +84,7 @@ skip = [
|
|||
{ name = "thiserror-impl", version = "1.0.69" },
|
||||
# bindgen
|
||||
{ name = "itertools", version = "0.13.0" },
|
||||
# indexmap
|
||||
# ordered-multimap
|
||||
{ name = "hashbrown", version = "0.14.5" },
|
||||
# cexpr (via bindgen)
|
||||
{ name = "nom", version = "7.1.3" },
|
||||
|
@ -98,8 +98,6 @@ skip = [
|
|||
{ name = "rand_chacha", version = "0.3.1" },
|
||||
# rand
|
||||
{ name = "rand_core", version = "0.6.4" },
|
||||
# ppv-lite86, utmp-classic, utmp-classic-raw
|
||||
{ name = "zerocopy", version = "0.7.35" },
|
||||
# crossterm, procfs, terminal_size
|
||||
{ name = "rustix", version = "0.38.43" },
|
||||
# rustix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue