From cfa8a759627d81f57ae50654d623344bb62ad6ed Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 15 Apr 2025 16:18:25 +0200 Subject: [PATCH] Ignore paste unmaintained for now Once ratatui has a new release this should be fixed --- .cargo/audit.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index dde09a6..998f2d3 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,2 +1,2 @@ [advisories] -ignore = ["RUSTSEC-2023-0071"] +ignore = ["RUSTSEC-2023-0071", "RUSTSEC-2024-0436"]