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", "proc-macro2",
"quote", "quote",
"stdx", "stdx",
"time",
"ungrammar", "ungrammar",
"write-json", "write-json",
"xflags", "xflags",