diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-02-10 18:58:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 18:58:02 +0000 |
| commit | deb7c19093a905a6cc627cca1f608ee177cc605a (patch) | |
| tree | 92308a90b8fa9f7971cf61c7eb82b086fcbbc5fe /Cargo.lock | |
| parent | make update_needed check lazy (#706) (diff) | |
| download | atuin-deb7c19093a905a6cc627cca1f608ee177cc605a.zip | |
stats (#707)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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" |
