From 75647fa580956c6689066c684382dccc06d35ebc Mon Sep 17 00:00:00 2001 From: Vidhan Bhatt Date: Mon, 18 Nov 2024 13:59:30 -0500 Subject: [PATCH] fix deny --- deny.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 59473a0..514fab9 100644 --- a/deny.toml +++ b/deny.toml @@ -1,2 +1,5 @@ [licenses] -default = "allow" +allow = ["Apache-2.0", "MIT", "Unicode-DFS-2016"] + +[advisories] +ignore = ["RUSTSEC-2024-0370"]