summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
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 /cli/Cargo.toml
parentb751122e10e4c391ba8d909e96ccf7cf5e0d03a6 (diff)
replace utime crate with filetime (#7268)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 7c8414e55..34b491d6a 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -68,7 +68,6 @@ termcolor = "1.1.0"
tokio = { version = "0.2.22", features = ["full"] }
tokio-rustls = "0.14.0"
url = "2.1.1"
-utime = "0.3.1"
webpki = "0.21.3"
webpki-roots = "0.19.0"
walkdir = "2.3.1"