Remove unnecessary/unused "timeago" features

To decrease dependency bloat and binary size.
This commit is contained in:
Jakub Jirutka
2023-05-07 00:51:31 +02:00
parent 1ecd88c01f
commit 833cf082da
3 changed files with 2 additions and 101 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ garage_web = { version = "0.8.2", path = "../web" }
backtrace = "0.3"
bytes = "1.0"
bytesize = "1.1"
timeago = "0.4"
timeago = { version = "0.4", default-features = false }
parse_duration = "2.1"
hex = "0.4"
tracing = { version = "0.1" }