From 1a0f9ac3ac07629fd7382ea85d82a63b6ee24a72 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Tue, 6 Aug 2024 00:42:50 -0700 Subject: [PATCH] cargo deny: allow MPL-2.0 for "options-ext" via "dirs" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * MPL-2.0 - Mozilla Public License 2.0: ├ - OSI approved ├ - FSF Free/Libre ├ - Copyleft ├ option-ext v0.2.0 └── dirs-sys v0.4.1 └── dirs v5.0.1 ├── garden-tools v1.7.1-beta0 └── shellexpand v3.1.0 └── garden-tools v1.7.1-beta0 (*) --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index de94173..80ee251 100644 --- a/deny.toml +++ b/deny.toml @@ -3,6 +3,7 @@ allow = [ # encoding_rs "BSD-3-Clause", "MIT", + "MPL-2.0", # clap -> clap_derive -> proc-macro2 -> unicode-ident "Unicode-DFS-2016" ]