diff options
| author | bors <bors@rust-lang.org> | 2024-03-13 19:12:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-13 19:12:49 +0000 |
| commit | 660b058ba250e4f32ef165aaf8f61479da5dbb87 (patch) | |
| tree | 1f917d9a5ed32f0ea1c29743a839614ba3f446a5 | |
| parent | 73be4863f09255730e33bdd27f20154baad44203 (diff) | |
| parent | 27c49e1756361d2fb33ae1307c615748be6b45f1 (diff) | |
| download | rust-660b058ba250e4f32ef165aaf8f61479da5dbb87.tar.gz rust-660b058ba250e4f32ef165aaf8f61479da5dbb87.zip | |
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
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 64571d4cc80..502708e6d4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 |
