mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
pr: migrate from chrono
crate to time
It seems that `chrono` is the reason of deadlock or UB in android CI. Also `chrono` had some security issues and wasn't maintained for two years until March 2022, so other unstabilities can happen. Plus `chrono` uses old `time` dependency.
This commit is contained in:
parent
0e0d121a1b
commit
999db68042
4 changed files with 39 additions and 23 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2620,11 +2620,11 @@ dependencies = [
|
|||
name = "uu_pr"
|
||||
version = "0.0.15"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
"itertools",
|
||||
"quick-error",
|
||||
"regex",
|
||||
"time 0.3.14",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue