Skip to content

Commit

Permalink
[all] Update cargo deny to allow idna v0.5.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmulidris committed Dec 10, 2024
1 parent 21a9add commit 13d701f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"horiz",
"Hsing",
"idents",
"idna",
"ignit",
"impls",
"InputEvent",
Expand Down
7 changes: 4 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ allow = ["ISC"]
# see if it was yanked on or not. So to prevent warnings or failed advisory warnings, you
# can add the `RUSTSEC...` identifier instead.
ignore = [
"RUSTSEC-2024-0320", # "[email protected]",
"RUSTSEC-2024-0384", # "[email protected]",
"RUSTSEC-2024-0402", # "[email protected]",
"RUSTSEC-2024-0320", # "[email protected]"
"RUSTSEC-2024-0384", # "[email protected]"
"RUSTSEC-2024-0402", # "[email protected]"
"RUSTSEC-2024-0421", # "idna v0.5.0"
]

0 comments on commit 13d701f

Please sign in to comment.