feat: update calamine dependency version to 0.35 in importer

This commit is contained in:
2026-05-13 11:17:13 +02:00
parent 7d4c1454f0
commit 0a97fe5544
2 changed files with 58 additions and 32 deletions

View File

@@ -10,4 +10,4 @@ xlsx = ["dep:calamine"]
domain = { workspace = true }
serde_json = { workspace = true }
csv = { workspace = true }
calamine = { version = "0.26", optional = true }
calamine = { version = "0.35", optional = true }