From abe81d0b840f12e01654c603a97969a00434e9cc Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 9 Dec 2024 13:33:40 +0000 Subject: [PATCH] build: add idna 0.5.0 exception into deny.toml --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deny.toml b/deny.toml index a2e17e9d5..533ded2bd 100644 --- a/deny.toml +++ b/deny.toml @@ -18,6 +18,9 @@ ignore = [ # Unmaintained instant "RUSTSEC-2024-0384", + + # idna 0.5.0 + "RUSTSEC-2024-0421", ] [bans]