summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTerts Diepraam <terts.diepraam@gmail.com>2023-03-24 11:51:38 +0100
committerTerts Diepraam <terts.diepraam@gmail.com>2023-07-27 17:06:38 +0200
commitc2997718cd99025e8577d39b1546588d52d53288 (patch)
treecf055f435d8e275f81660353ddb58592d6c5c7a6 /Cargo.lock
parent4004281f343e17866ceeaeb87da8d5766a8c2770 (diff)
touch: move from time to chrono
This allows us to work with daylight savings time which is necessary to enable one of the tests. The leap second calculation and parsing are also ported over. A bump in the chrono version is necessary to use NaiveTime::MIN.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b7f1c6c3c7..c6cd487f95 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3124,10 +3124,10 @@ dependencies = [
name = "uu_touch"
version = "0.0.20"
dependencies = [
+ "chrono",
"clap",
"filetime",
"parse_datetime",
- "time",
"uucore",
"windows-sys 0.48.0",
]