1
Fork 0
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:
Wandering Lethe 2023-06-06 18:07:21 +02:00
parent 1ff4684f8a
commit 81313e63ea
No known key found for this signature in database
GPG key ID: 5010D8303D6CC36E
3 changed files with 11 additions and 34 deletions

View file

@ -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