Skip to content

Commit e642b16

Browse files
committed
deny.toml: remove syn from skip list
1 parent 7673969 commit e642b16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deny.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@ skip = [
7979
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
8080
# windows-targets
8181
{ name = "windows_x86_64_msvc", version = "0.48.0" },
82-
# data-encoding-macro-internal
83-
{ name = "syn", version = "1.0.109" },
8482
# various crates
8583
{ name = "bitflags", version = "1.3.2" },
86-
# clap_builder, textwrap
84+
# textwrap
8785
{ name = "terminal_size", version = "0.2.6" },
8886
# ansi-width, console, os_display
8987
{ name = "unicode-width", version = "0.1.13" },

0 commit comments

Comments
 (0)