Skip to content

Commit

Permalink
remove ignored audit issues (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni authored May 9, 2024
1 parent d7f88fa commit 8fd2d40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2021-0124", #tokio oneshot channel data race
"RUSTSEC-2021-0078", #hyper, server-side only
"RUSTSEC-2021-0079" #hyper, client+server side
]
ignore = []

0 comments on commit 8fd2d40

Please sign in to comment.