Skip to content

Commit

Permalink
Fix deny
Browse files Browse the repository at this point in the history
  • Loading branch information
adumbidiot committed Sep 28, 2023
1 parent adf09a9 commit c7f23ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ highlight = "all"
skip = [
{ name = "idna", version = "0.2.3" },
{ name = "cookie_store", version = "0.16.1" },
{ name = "socket2", version = "0.4.9" },
{ name = "indexmap", version = "1.9.3" },
{ name = "idna", version = "0.3.0" },
{ name = "hashbrown", version = "0.12.3" },
{ name = "cookie", version = "0.16.2" },
]

deny = []
Expand Down

0 comments on commit c7f23ba

Please sign in to comment.