aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2022-09-12 20:19:22 +0100
committerGitHub <noreply@github.com>2022-09-12 20:19:22 +0100
commite8c841527880ac6ca47fd514ac70aad81764dae8 (patch)
tree577d51ad1e6e21b3a19359578f0de27f0522eebd /Cargo.lock
parentbetter cursor search (#473) (diff)
downloadatuin-e8c841527880ac6ca47fd514ac70aad81764dae8.zip
update default layout (#523)
* update layouts * add other duration changes * fmt :(
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 1 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3747553c..6a25cb6d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"