From 44ca219aaa54f0d40cdc039a599fba995a7c2fb7 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Tue, 9 Dec 2025 12:14:19 -0700 Subject: [PATCH] Ignore cargo-deny unmaintained package for now --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deny.toml b/deny.toml index 1671119ca..8fbbe5220 100644 --- a/deny.toml +++ b/deny.toml @@ -19,6 +19,9 @@ ignore = [ # RSA key extraction "Marvin Attack". This is only relevant when using # PKCS#1 v1.5 encryption, which we don't "RUSTSEC-2023-0071", + # This is a newly unmaintained package that we can allow temporarily. + # Remove ASAP once https://github.com/element-hq/matrix-authentication-service/issues/5337 is fixed. + "RUSTSEC-2025-0134", ] [licenses]