From e25e393d5b8cdb114d3e3e6637f956c4c1a753ec Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Sat, 20 Mar 2021 04:41:38 +0100 Subject: [PATCH] [ci] licenses: add exception for dep async_io_stream --- deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deny.toml b/deny.toml index 35adb8d4e..0ed91ca7b 100644 --- a/deny.toml +++ b/deny.toml @@ -54,6 +54,11 @@ license-files = [ { path = "LICENSE", hash = 0xbd0eed23 }, ] +[[licenses.exceptions]] +allow = ["Unlicense"] +name = "async_io_stream" +version = "0.3.1" + [sources] unknown-registry = "deny" unknown-git = "deny" -- GitLab