From 893a395f12d29b6b6676db3672fb7e600c49aff7 Mon Sep 17 00:00:00 2001 From: Baptiste <32563450+BapRx@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:57:52 +0100 Subject: feat(history): Add new flag to allow custom output format (#662) * feat(history): Add new flag to allow custom output format * more efficient formatting * add user and host * docs Co-authored-by: Conrad Ludgate --- Cargo.lock | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f2915ec6..88b2ac2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,6 +91,7 @@ dependencies = [ "itertools", "log", "rpassword", + "runtime-format", "semver", "serde", "serde_json", @@ -1647,6 +1648,15 @@ dependencies = [ "winapi", ] +[[package]] +name = "runtime-format" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b035308411b1af4683acc4fc928366443f08b893bb73e235c85de4c2be572495" +dependencies = [ + "tinyvec", +] + [[package]] name = "rustix" version = "0.36.5" @@ -2104,18 +2114,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.34" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" +checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.34" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" +checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" dependencies = [ "proc-macro2", "quote", -- cgit v1.3.1