Skip to content

Commit

Permalink
add unicode-width to the skip list of cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Nov 13, 2024
1 parent 5d10702 commit 0f74ae0
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 @@ -102,6 +102,8 @@ skip = [
{ name = "bitflags", version = "1.3.2" },
# clap_builder, textwrap
{ name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" },
]
# spell-checker: enable

Expand Down

0 comments on commit 0f74ae0

Please sign in to comment.