From 90c93164ab11cdcb576c0a936c8b8b03cdc5b947 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 21 Dec 2025 09:36:27 -0700 Subject: [PATCH] Update deny.toml --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index b19ecba..d01fed7 100644 --- a/deny.toml +++ b/deny.toml @@ -76,6 +76,7 @@ ignore = [ { id = "RUSTSEC-2024-0436", reason = "Unmaintained paste crate is an indirect dependency" }, { id = "RUSTSEC-2025-0052", reason = "Unmaintained async-std crate is an indirect dependency" }, { id = "RUSTSEC-2025-0119", reason = "Unmaintained number_prefix crate is an indirect dependency" }, + { id = "RUSTSEC-2025-0134", reason = "Unmaintained rustls-pemfile crate is an indirect dependency" }, ] # If this is true, then cargo deny will use the git executable to fetch advisory database. # If this is false, then it uses a built-in git library.