From 02b3386ed62e5bc7b4ebe0256665b5a7d424b336 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 00:42:03 -0400 Subject: replace chrono with time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c258ed3..6206a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,13 +15,13 @@ is-it-maintained-open-issues = { repository = "doy/fancy-prompt" } maintenance = { status = "experimental" } [dependencies] -chrono = "0.4" clap = { version = "4.1", features = ["wrap_help", "cargo"] } git2 = "0.16" hostname = "0.3" regex = "1.7" term = "0.7" terminal_size = "0.2.5" +time = { version = "0.3.20", features = ["local-offset", "formatting"] } users = "0.11" walkdir = "2.3" -- cgit v1.2.3-54-g00ecf