Skip to content

Commit 4cfa2d6

Browse files
committed
chore(deps): update deny.toml to support swc v1.15.11
1 parent b2a1704 commit 4cfa2d6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

deny.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
targets = []
33

44
[advisories]
5-
ignore = []
5+
ignore = [
6+
"RUSTSEC-2021-0139", # ansi_term is unmaintained
7+
"RUSTSEC-2025-0141", # atty potential unaligned read
8+
"RUSTSEC-2020-0095" # difference is unmaintained
9+
]
610

711
[licenses]
812
allow = [

0 commit comments

Comments
 (0)