aboutsummaryrefslogtreecommitdiff
path: root/src/garage
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2023-05-07 00:51:31 +0200
committerJakub Jirutka <jakub@jirutka.cz>2023-05-07 01:03:54 +0200
commit833cf082dac0b8296ba4b41935e15196b5210abe (patch)
treedccb200a29706f100489725f5c50fd34db763f1e /src/garage
parent1ecd88c01f0857139921214a264128e5639e31db (diff)
downloadgarage-833cf082dac0b8296ba4b41935e15196b5210abe.tar.gz
garage-833cf082dac0b8296ba4b41935e15196b5210abe.zip
Remove unnecessary/unused "timeago" features
To decrease dependency bloat and binary size.
Diffstat (limited to 'src/garage')
-rw-r--r--src/garage/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml
index 0cbdf890..c8f87560 100644
--- a/src/garage/Cargo.toml
+++ b/src/garage/Cargo.toml
@@ -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" }