summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-02-10 18:58:02 +0000
committerGitHub <noreply@github.com>2023-02-10 18:58:02 +0000
commitdeb7c19093a905a6cc627cca1f608ee177cc605a (patch)
tree92308a90b8fa9f7971cf61c7eb82b086fcbbc5fe /Cargo.lock
parent2672f78dda0bc98c9fac8d63bd1e00bafbb76ef4 (diff)
stats (#707)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eec9bef82..9c4b3bc0d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,7 +82,6 @@ dependencies = [
"chrono",
"clap",
"clap_complete",
- "cli-table",
"crossbeam-channel",
"crossterm",
"directories",
@@ -384,16 +383,6 @@ dependencies = [
]
[[package]]
-name = "cli-table"
-version = "0.4.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d"
-dependencies = [
- "termcolor",
- "unicode-width",
-]
-
-[[package]]
name = "config"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"