From 2842d1fa0f2d0004d84805b73a413e31686bceb3 Mon Sep 17 00:00:00 2001 From: Wandering Lethe Date: Mon, 5 Jun 2023 22:54:26 +0200 Subject: [PATCH] Add duplicate packages to deny ban skips Duplicates of humantime_to_duration and time can be removed when touch switches from time to chrono --- deny.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 14470b9b0..aa0203b9b 100644 --- a/deny.toml +++ b/deny.toml @@ -76,8 +76,11 @@ skip = [ { name = "windows_x86_64_msvc", version = "0.42.2" }, # tempfile { name = "redox_syscall", version = "0.3.5" }, - # cpp_macros - { name = "aho-corasick", version = "0.7.19" }, + # chrono -> time + { name = "wasi", version = "0.10.0+wasi-snapshot-preview1" }, + # touch can be remove when touch switches from time to chrono + { name = "humantime_to_duration", version = "0.2.1" }, + { name = "time", version = "0.3.20" }, ] # spell-checker: enable