Strict vCard parsing (#1607)

This commit is contained in:
mdecimus
2025-06-01 17:55:20 +02:00
parent b3fd99673e
commit 774e80ab32
7 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
trc = { path = "../trc" }
hashify = "0.2.6"
quick-xml = "0.37.2"
calcard = { version = "0.1.1", features = ["rkyv"] }
calcard = { version = "0.1.2", features = ["rkyv"] }
mail-parser = { version = "0.11", features = ["full_encoding", "rkyv"] }
hyper = "1.6.0"
rkyv = { version = "0.8.10", features = ["little_endian"] }
@@ -15,7 +15,7 @@ chrono = { version = "0.4.40", features = ["serde"], optional = true }
compact_str = "0.9.0"
[dev-dependencies]
calcard = { version = "0.1.1", features = ["serde", "rkyv"] }
calcard = { version = "0.1.2", features = ["serde", "rkyv"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
chrono = { version = "0.4.40", features = ["serde"] }