mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
ls: update chrono crate version and switch to new_lenient
use (#7858)
* update chrono crate version and switch to new_lenient use * bring back custom_tz_fmt and update test * update chrono version in fuzz lock file * replace boxing with parse_to_owned
This commit is contained in:
parent
8084231eb9
commit
b14388ca41
5 changed files with 23 additions and 13 deletions
|
@ -276,7 +276,7 @@ binary-heap-plus = "0.5.0"
|
|||
bstr = "1.9.1"
|
||||
bytecount = "0.6.8"
|
||||
byteorder = "1.5.0"
|
||||
chrono = { version = "0.4.38", default-features = false, features = [
|
||||
chrono = { version = "0.4.41", default-features = false, features = [
|
||||
"std",
|
||||
"alloc",
|
||||
"clock",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue