From b8e0cf9b53721c3c19f4d74287b329f21b8c7641 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 5 Sep 2025 16:23:01 -0400 Subject: [PATCH] fix(ci): temporarily suppress fxhash unmaintained (#10298) Ignoring for now to get CI to pass, since this isn't an urgent problem. Related: #10297 --- rust/deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/deny.toml b/rust/deny.toml index b365ae575..6be1b422b 100644 --- a/rust/deny.toml +++ b/rust/deny.toml @@ -91,6 +91,8 @@ ignore = [ "RUSTSEC-2024-0429", # `glib`, need to wait for tauri to upgrade + "RUSTSEC-2025-0057", # `fxhash` is unmaintained, used by transitive dependencies. See #10297. + #"RUSTSEC-0000-0000", #{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, #"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish