Skip to content

Commit

Permalink
chore: Fix cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Nov 26, 2024
1 parent 3cf3e6f commit 6987ab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ version = 2
ignore = [
# https://github.com/mehcode/config-rs/issues/563
{ 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-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" }
]

[sources]
Expand All @@ -25,7 +27,6 @@ allow = [
"Apache-2.0 WITH LLVM-exception",
"Apache-2.0",
"BSD-2-Clause",
"BSD-2-Clause-Patent",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
Expand Down

0 comments on commit 6987ab6

Please sign in to comment.