mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Upgrade humantime_to_duration to version 0.3.1.
Latest patch fixes the transitive dependency on time. Which can now also be removed from the deny skipped bans.
This commit is contained in:
parent
1ff4684f8a
commit
81313e63ea
3 changed files with 11 additions and 34 deletions
|
@ -78,11 +78,8 @@ skip = [
|
|||
{ 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
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue