* chore: zip version
@@ -33,3 +33,8 @@ redis = { version = "0.23.3", features = [
"tokio-rustls-comp",
], optional = true }
+
+[build-dependencies]
+# Dep of utopia 2.5.0 breaks so keeping here for now
+time = "=0.3.39"
@@ -60,3 +60,9 @@ home.workspace = true
url.workspace = true
utoipa = { workspace = true, optional = true }
utoipa-swagger-ui = { version = "9.0.0", features = ["axum"], optional = true }
+zip = "=2.4.2"