From 74381482aceba58038bc7df3ff32a06557e9eab6 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Wed, 19 Nov 2025 09:10:11 -0800 Subject: [PATCH] chore: ack unmaintained crate error --- deny.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index f75357f21..3c711bcf8 100644 --- a/deny.toml +++ b/deny.toml @@ -24,7 +24,9 @@ version = 2 yanked = "deny" #db-path = "$CARGO_HOME/advisory-dbs" #db-urls = ["https://github.com/rustsec/advisory-db"] -ignore = [] +ignore = [ + "RUSTSEC-2025-0119", # number_prefix not maintained (replacement will come with next update of uucore) +] #git-fetch-with-cli = true # This section is considered when running `cargo deny check licenses`