From ed05b108c95e7cd107ba15808aa371dda6fa6026 Mon Sep 17 00:00:00 2001 From: LesnyRumcajs Date: Tue, 22 Jul 2025 09:21:31 +0200 Subject: [PATCH 1/2] chore: suppress RUSTSEC-2025-0046 --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index e15f5b709..713714e14 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,7 @@ [advisories] ignore = [ "RUSTSEC-2024-0436", # Paste is unmaintained, whatever. + "RUSTSEC-2025-0046", # wasmtime, tracked in https://github.com/filecoin-project/ref-fvm/issues/2186 ] [bans] From fad10ef281afec87ba02003f66d43dfc0298c14a Mon Sep 17 00:00:00 2001 From: Hubert Date: Wed, 23 Jul 2025 12:41:47 +0200 Subject: [PATCH 2/2] Update deny.toml Co-authored-by: Rod Vagg --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 713714e14..56de9525f 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,7 @@ [advisories] ignore = [ "RUSTSEC-2024-0436", # Paste is unmaintained, whatever. - "RUSTSEC-2025-0046", # wasmtime, tracked in https://github.com/filecoin-project/ref-fvm/issues/2186 + "RUSTSEC-2025-0046", # wasmtime, only impacting WASI, tracked in https://github.com/filecoin-project/ref-fvm/issues/2186 ] [bans]