From a2358818575ced4c1430a8dc52db6c1fc6cf1328 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 21 Dec 2024 00:12:57 +0100 Subject: [PATCH] typo --- .cargo/audit.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 34f9f4c95e2..fff73694b58 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -36,7 +36,7 @@ ignore = [ # parking_lot depends on it. "RUSTSEC-2024-0384", - # The derivative package is unmainained, but hard to replace right now + # The derivative package is unmaintained, but hard to replace right now # because ark-poly depends on it. "RUSTSEC-2024-0388" ]