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