Skip to content

Commit

Permalink
Auto merge of #12470 - sanxiyn:filetime, r=Alexendoo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Mar 13, 2024
2 parents 73be486 + 27c49e1 commit 660b058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 660b058

Please sign in to comment.