summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-09-01 10:24:17 +0800
committerGitHub <noreply@github.com>2020-08-31 22:24:17 -0400
commit94d38eee4cf352ca177e8ce2c7ca5d1e79f5de10 (patch)
tree4db75f58968ade5b0ad00bd679a31ef7d631e612 /Cargo.lock
parentb751122e10e4c391ba8d909e96ccf7cf5e0d03a6 (diff)
replace utime crate with filetime (#7268)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 0 insertions, 11 deletions
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",
@@ -2778,16 +2777,6 @@ 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"
source = "registry+https://github.com/rust-lang/crates.io-index"