1
Fork 0
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:
Niyaz Nigmatullin 2022-09-09 01:19:41 +03:00
parent 0e0d121a1b
commit 999db68042
4 changed files with 39 additions and 23 deletions

2
Cargo.lock generated
View file

@ -2620,11 +2620,11 @@ dependencies = [
name = "uu_pr"
version = "0.0.15"
dependencies = [
"chrono",
"clap",
"itertools",
"quick-error",
"regex",
"time 0.3.14",
"uucore",
]