summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/deny.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/deny.toml b/test/deny.toml
index 3ab381a987..3725418cfc 100644
--- a/test/deny.toml
+++ b/test/deny.toml
@@ -18,6 +18,10 @@ yanked = "deny"
ignore = [
# Ignored audit issues. This list should be kept short, and effort should be
# put into removing items from the list.
+
+ # RUSTSEC-2024-0384 - `instant` is unmaintained.
+ # `ssh2 0.9.4` uses `instant`.
+ "RUSTSEC-2024-0384",
]