From 8fd2d4090ea02de07c1d6665f371cded838b497d Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Thu, 9 May 2024 17:10:17 +0200 Subject: [PATCH] remove ignored audit issues (#111) --- .cargo/audit.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index b0671ba..a409af9 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,5 +1,2 @@ [advisories] -ignore = ["RUSTSEC-2021-0124", #tokio oneshot channel data race - "RUSTSEC-2021-0078", #hyper, server-side only - "RUSTSEC-2021-0079" #hyper, client+server side - ] +ignore = []