mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user