From 550cfb90e7c38859f34502906dffd70ac21357da Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Tue, 13 Aug 2019 18:08:16 +0200 Subject: [PATCH] Bump filetime to 0.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fefa2f1073..cd531f71e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2" rand = "0.6" cfg-if = "0.1.9" log = "0.4" -filetime = "0.2.6" +filetime = "0.2.7" [target.'cfg(unix)'.dependencies] nix = "0.13"