Auto merge of #12470 - sanxiyn:filetime, r=Alexendoo

filetime::FileTime::now() is new in 0.2.9

Clippy makes a use of `filetime::FileTime::now()`, which is new in `filetime` 0.2.9.

changelog: none
This commit is contained in:
bors 2024-03-13 19:12:49 +00:00
commit 660b058ba2

View File

@ -36,7 +36,7 @@ regex = "1.5.5"
toml = "0.7.3"
walkdir = "2.3"
# This is used by the `collect-metadata` alias.
filetime = "0.2"
filetime = "0.2.9"
itertools = "0.12"
# UI test dependencies