mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-12 15:26:52 +00:00
Remove unnecessary/unused "timeago" features
To decrease dependency bloat and binary size.
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user