From e75869a27cc29cfbc25d95389542f5121c85649d Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:43:53 +0100 Subject: [PATCH] chore: allow dependencies with the boost source license (BSL-1.0) (#3142) Co-authored-by: Tom French --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 5d5b0e34d0f..e19406592d8 100644 --- a/deny.toml +++ b/deny.toml @@ -58,6 +58,8 @@ allow = [ "LicenseRef-rustls-webpki", # bitmaps 2.1.0, generational-arena 0.2.9,im 15.1.0 "MPL-2.0", + # Boost Software License + "BSL-1.0" ] # Allow 1 or more licenses on a per-crate basis, so that particular licenses