From 8886648374e59cb27ff6dfd240a7b7207a617bfd Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Tue, 26 Oct 2021 11:48:00 -0400 Subject: Revert "Revert git blame handling (#746)" This reverts commit ec372683a190427c0fc7b31646849da10996a940. This reverts commit ff25f2ba3be40c0ddb2354c642a7ef453ad92d45. --- Cargo.lock | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index afa23bb0..dd1d9020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,8 +145,20 @@ 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]] @@ -320,6 +332,8 @@ dependencies = [ "bitflags", "box_drawing", "bytelines", + "chrono", + "chrono-humanize", "console", "ctrlc", "dirs-next", @@ -896,6 +910,17 @@ 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