diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-09-12 20:19:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-12 20:19:22 +0100 |
| commit | e8c841527880ac6ca47fd514ac70aad81764dae8 (patch) | |
| tree | 577d51ad1e6e21b3a19359578f0de27f0522eebd /Cargo.lock | |
| parent | better cursor search (#473) (diff) | |
| download | atuin-e8c841527880ac6ca47fd514ac70aad81764dae8.zip | |
update default layout (#523)
* update layouts
* add other duration changes
* fmt :(
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -86,7 +86,6 @@ dependencies = [ "directories", "eyre", "fs-err", - "humantime 2.1.0", "indicatif", "itertools", "log", @@ -568,7 +567,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" dependencies = [ "atty", - "humantime 1.3.0", + "humantime", "log", "regex", "termcolor", @@ -838,12 +837,6 @@ dependencies = [ ] [[package]] -name = "humantime" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" - -[[package]] name = "hyper" version = "0.14.19" source = "registry+https://github.com/rust-lang/crates.io-index" |
