From 94d38eee4cf352ca177e8ce2c7ca5d1e79f5de10 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 1 Sep 2020 10:24:17 +0800 Subject: replace utime crate with filetime (#7268) --- Cargo.lock | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index c0fa63f14..8aa499aed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,6 @@ dependencies = [ "tokio-rustls 0.14.0", "tokio-tungstenite", "url", - "utime", "uuid", "walkdir", "warp", @@ -2777,16 +2776,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" -[[package]] -name = "utime" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91baa0c65eabd12fcbdac8cc35ff16159cab95cae96d0222d6d0271db6193cef" -dependencies = [ - "libc", - "winapi 0.3.9", -] - [[package]] name = "uuid" version = "0.8.1" -- cgit v1.2.3