From df937cd7f10d106ce6469681d8896a64414a8894 Mon Sep 17 00:00:00 2001 From: 29 <791603901@qq.com> Date: Fri, 26 Jan 2024 07:08:53 +0800 Subject: [PATCH] Update `filetime` to 0.2.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42093d8..b7ebed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" [dependencies] cfg-if = "1.0.0" -filetime = "0.2.22" +filetime = "0.2.23" [target.'cfg(windows)'.dependencies.windows-sys] version = "0.52.0"