Skip to content

Commit

Permalink
Merge pull request #7139 from cakebaker/deny_toml_remove_syn_from_ski…
Browse files Browse the repository at this point in the history
…p_list

deny.toml: remove `syn` from skip list
  • Loading branch information
sylvestre authored Jan 19, 2025
2 parents d937039 + 5767f6e commit 8b46229
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ allow = [
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
]
Expand Down Expand Up @@ -79,11 +78,9 @@ skip = [
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.48.0" },
# data-encoding-macro-internal
{ name = "syn", version = "1.0.109" },
# various crates
{ name = "bitflags", version = "1.3.2" },
# clap_builder, textwrap
# textwrap
{ name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" },
Expand Down

0 comments on commit 8b46229

Please sign in to comment.