From d15ff7bf0db39820bf10e6b5217ca9d6fbec4a02 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Wed, 4 Dec 2024 00:23:04 +0800 Subject: [PATCH] chore: tun uses WTFPL --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 2a928df0..e1c1b51c 100644 --- a/deny.toml +++ b/deny.toml @@ -118,7 +118,7 @@ exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list #{ allow = ["Zlib"], crate = "adler32" }, - { allow = ["WTFPL"], crate = "tun2" }, + { allow = ["WTFPL"], crate = "tun" }, { allow = ["LicenseRef-ring"], crate = "ring" }, ]