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

@@ -14,7 +14,7 @@ directory = { path = "../directory" }
http_proto = { path = "../http-proto" }
jmap_proto = { path = "../jmap-proto" }
trc = { path = "../trc" }
calcard = { version = "0.1.1", features = ["rkyv"] }
calcard = { version = "0.1.2", features = ["rkyv"] }
hashify = { version = "0.2" }
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }
percent-encoding = "2.3.1"