From ff25f2ba3be40c0ddb2354c642a7ef453ad92d45 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Tue, 26 Oct 2021 09:48:31 -0400 Subject: Remove chrono dependency Should have been included in #746 --- Cargo.lock | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index dd1d9020..afa23bb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,20 +145,8 @@ version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" dependencies = [ - "libc", "num-integer", "num-traits", - "time", - "winapi", -] - -[[package]] -name = "chrono-humanize" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb" -dependencies = [ - "chrono", ] [[package]] @@ -332,8 +320,6 @@ dependencies = [ "bitflags", "box_drawing", "bytelines", - "chrono", - "chrono-humanize", "console", "ctrlc", "dirs-next", @@ -910,17 +896,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "time" -version = "0.1.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi", -] - [[package]] name = "tinyvec" version = "1.1.0" -- cgit v1.2.3