Fix Cargo.lock

The dependency of `xtask` on `time` was mistakenly removed.
This commit is contained in:
Chayim Refael Friedman 2025-07-23 17:35:08 +03:00
parent 97593ea9c6
commit f08c554f29

1
Cargo.lock generated
View File

@ -3103,6 +3103,7 @@ dependencies = [
"proc-macro2",
"quote",
"stdx",
"time",
"ungrammar",
"write-json",
"xflags",