Skip to content

Commit

Permalink
ignore issue with rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Nov 26, 2024
1 parent 6987ab6 commit 28218e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ignore = [
{ id = "RUSTSEC-2024-0320", reason = "waiting for `config` crate to remove the dependency" },
{ id = "RUSTSEC-2024-0357", reason = "openssl UB, we should update to latest crate" },
{ id = "RUSTSEC-2024-0384", reason = "instant crate is no longer maintained" },
{ id = "RUSTSEC-2024-0388", reason = "derivative crate is no longer maintained" }
{ id = "RUSTSEC-2024-0388", reason = "derivative crate is no longer maintained" },
{ id = "RUSTSEC-2024-0399", reason = "rustls issue with tlsacceptor, we are not using this functionality" }
]

[sources]
Expand Down

0 comments on commit 28218e8

Please sign in to comment.