From 677436f69c3c91f4b8b1f189817d36c935711cae Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 16 Jul 2023 02:13:05 +0900 Subject: [PATCH] Update .deny.toml --- .deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deny.toml b/.deny.toml index 520782cb..f946aebc 100644 --- a/.deny.toml +++ b/.deny.toml @@ -11,7 +11,7 @@ ignore = [] # https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html [bans] multiple-versions = "warn" -wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/448 +wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/488 # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses]