lifecycle worker: avoid building chrono's serde feature

This commit is contained in:
Alex Auvolat
2023-08-30 23:46:15 +02:00
parent f0a395e2e5
commit 01c327a07a
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ garage_util.workspace = true
async-trait = "0.1.7"
arc-swap = "1.0"
blake2 = "0.10"
chrono = { version = "0.4", features = ["serde"] }
chrono = "0.4"
err-derive = "0.3"
hex = "0.4"
base64 = "0.21"