From 08246280e5707cc6a3153efc9648e33d2e122054 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 7 Dec 2021 13:44:43 -0500 Subject: move from chrono to time chrono seems a bit unmaintained, and has a more awkward api --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e887c1d..727bb9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ license = "MIT" [dependencies] anyhow = "1.0.51" async-std = { version = "1.10.0", features = ["unstable"] } -chrono = "0.4.19" futures-lite = "1.12.0" hostname = "0.3.1" libc = "0.2.109" @@ -18,6 +17,7 @@ signal-hook = "0.3.10" signal-hook-async-std = "0.2.1" terminal_size = "0.1.17" textmode = { path = "../textmode", version = "0.2.2", features = ["async"] } +time = { version = "0.3.5", features = ["formatting", "parsing"] } unicode-width = "0.1.9" users = "0.11.0" vt100 = { path = "../vt100-rust", version = "0.14.0" } -- cgit v1.2.3-54-g00ecf