diff --git a/deny.toml b/deny.toml index 7453ce746907..6830e9962ca9 100644 --- a/deny.toml +++ b/deny.toml @@ -5,6 +5,7 @@ ignore = [ # https://github.com/filecoin-project/ref-fvm/issues/1843 "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 ] [licenses]