From 80998d3ddde6d69f1bab9afdeb21da04ea1545f6 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Mon, 13 Oct 2025 17:27:45 +0800 Subject: [PATCH] fix: ignore RUSTSEC-2025-0046 --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 6830e9962ca9..7254f62ff0b1 100644 --- a/deny.toml +++ b/deny.toml @@ -6,6 +6,7 @@ ignore = [ "RUSTSEC-2022-0061", # parity-wasm is deprecated "RUSTSEC-2024-0436", # paste is unmaintained "RUSTSEC-2025-0046", # wasmtime issue, this needs to be resolved in FVM + "RUSTSEC-2023-0071", # rsa issue. No patch is yet available, however work is underway to migrate to a fully constant-time implementation. ] [licenses]