Skip to content

Commit 8b46229

Browse files
authored
Merge pull request #7139 from cakebaker/deny_toml_remove_syn_from_skip_list
deny.toml: remove `syn` from skip list
2 parents d937039 + 5767f6e commit 8b46229

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deny.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ allow = [
2525
"BSD-3-Clause",
2626
"BSL-1.0",
2727
"CC0-1.0",
28-
"Unicode-DFS-2016",
2928
"Unicode-3.0",
3029
"Zlib",
3130
]
@@ -79,11 +78,9 @@ skip = [
7978
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
8079
# windows-targets
8180
{ name = "windows_x86_64_msvc", version = "0.48.0" },
82-
# data-encoding-macro-internal
83-
{ name = "syn", version = "1.0.109" },
8481
# various crates
8582
{ name = "bitflags", version = "1.3.2" },
86-
# clap_builder, textwrap
83+
# textwrap
8784
{ name = "terminal_size", version = "0.2.6" },
8885
# ansi-width, console, os_display
8986
{ name = "unicode-width", version = "0.1.13" },

0 commit comments

Comments
 (0)