From 9b55955a7c3112b8f05a6bb93776f3a0892049c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Fri, 29 Aug 2025 07:33:31 +0200 Subject: [PATCH] cargo deny: acknowledge that "async-std" is discontinued MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This confirms what we have known for some time now: async-std is no more and we have to migrate away from it. Signed-off-by: Leonard Göhrs --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 15a9088..1fd3749 100644 --- a/deny.toml +++ b/deny.toml @@ -20,6 +20,7 @@ ignore = [ "RUSTSEC-2023-0086", "RUSTSEC-2024-0384", "RUSTSEC-2025-0036", + "RUSTSEC-2025-0052", ] [bans]