From 54bca140d2769d1e3174d40523807ad5a728518c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Mar 2022 22:59:06 -0500 Subject: cargo deny configuration updates --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deny.toml') diff --git a/deny.toml b/deny.toml index 5b7ebc5..90446c7 100644 --- a/deny.toml +++ b/deny.toml @@ -10,5 +10,5 @@ unsound = "deny" [bans] [licenses] -allow = ["MIT", "Apache-2.0"] +allow = ["MIT", "Apache-2.0", "ISC", "CC0-1.0"] copyleft = "deny" -- cgit v1.2.3-54-g00ecf