aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-04-29 17:24:49 +0530
committerkrolxon <krolyxon@tutanota.com>2024-04-29 17:24:49 +0530
commit38ebdf9283dbe4cae7d128e8800b589c7140ba7b (patch)
tree3b5abb6573ba67d5aa6c0c918b326abbd75639f8 /Cargo.lock
parent11d64728748ee5091de9695c0717599368f5103b (diff)
get rid of humantime crate
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fdabdc5..79b2484 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -226,12 +226,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
-name = "humantime"
-version = "2.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
-
-[[package]]
name = "indoc"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -392,7 +386,6 @@ version = "0.1.0"
dependencies = [
"clap",
"crossterm",
- "humantime",
"mpd",
"ratatui",
"rust-fuzzy-search",