Bump to calcard 0.2

This commit is contained in:
mdecimus
2025-09-30 18:05:20 +02:00
parent 517ee92317
commit b906eea62d
36 changed files with 284 additions and 216 deletions

8
Cargo.lock generated
View File

@@ -963,18 +963,19 @@ dependencies = [
[[package]]
name = "calcard"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "720e412adf25f179f643b0753108cb308b812f82e1d34131c06b015c806e3f3c"
version = "0.2.0"
dependencies = [
"ahash",
"chrono",
"chrono-tz",
"hashify",
"jmap-tools",
"mail-builder",
"mail-parser",
"rkyv",
"serde",
"serde_json",
"uuid",
]
[[package]]
@@ -8903,6 +8904,7 @@ dependencies = [
"getrandom 0.3.3",
"js-sys",
"serde",
"sha1_smol",
"wasm-bindgen",
]