Skip to content

Commit

Permalink
chore: add RUSTSEC-2024-0429 to ignored advisories (#314)
Browse files Browse the repository at this point in the history
* chore: add RUSTSEC-2024-0429 to ignored advisories
  • Loading branch information
grant0417 authored Dec 30, 2024
1 parent 1e42c59 commit 93acda9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ignore = [
"RUSTSEC-2024-0384",
# blocked on portable-pty migrating away from serial
"RUSTSEC-2017-0008",
# gtk3-rs is used by tau/wry, we can not remove these til the migrate
# gtk3-rs is used by tao/wry, we can not remove these til the migrate
"RUSTSEC-2024-0411",
"RUSTSEC-2024-0412",
"RUSTSEC-2024-0413",
Expand All @@ -24,6 +24,8 @@ ignore = [
"RUSTSEC-2024-0418",
"RUSTSEC-2024-0419",
"RUSTSEC-2024-0420",
# glib is required by gtk via tao, depends on upgrading those dependencies
"RUSTSEC-2024-0429",
]

[licenses]
Expand Down

0 comments on commit 93acda9

Please sign in to comment.