Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ 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" },
{ id = "RUSTSEC-2024-0399", reason = "rustls issue with tlsacceptor, we are not using this functionality" }
]

[sources]
Expand All @@ -25,7 +28,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