Skip to content

Commit

Permalink
Merge pull request uutils#6066 from cakebaker/deny_toml_add_redox_sys…
Browse files Browse the repository at this point in the history
…call

deny.toml: add redox_syscall to skip list
  • Loading branch information
sylvestre committed Mar 13, 2024
2 parents f89cfe2 + fd78d8c commit 65fb81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ skip = [
{ name = "bitflags", version = "1.3.2" },
# clap_builder, textwrap
{ name = "terminal_size", version = "0.2.6" },
# filetime, parking_lot_core
{ name = "redox_syscall", version = "0.4.1" },
]
# spell-checker: enable

Expand Down

0 comments on commit 65fb81b

Please sign in to comment.