v0.16 migration and other fixes

This commit is contained in:
Maurus Decimus
2026-04-16 21:30:23 +02:00
parent 1e9daf1ff1
commit c9b2c7c6f3
61 changed files with 2466 additions and 7913 deletions

42
Cargo.lock generated
View File

@@ -817,21 +817,6 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "calcard"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "720e412adf25f179f643b0753108cb308b812f82e1d34131c06b015c806e3f3c"
dependencies = [
"ahash",
"chrono",
"chrono-tz",
"hashify",
"mail-builder",
"mail-parser",
"rkyv",
]
[[package]]
name = "calcard"
version = "0.3.2"
@@ -1074,7 +1059,7 @@ dependencies = [
"base64 0.22.1",
"bincode 2.0.1",
"biscuit",
"calcard 0.3.2",
"calcard",
"chrono",
"compact_str",
"coordinator",
@@ -1593,7 +1578,7 @@ checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
name = "dav"
version = "0.16.0"
dependencies = [
"calcard 0.3.2",
"calcard",
"chrono",
"common",
"compact_str",
@@ -1616,7 +1601,7 @@ dependencies = [
name = "dav-proto"
version = "0.16.0"
dependencies = [
"calcard 0.3.2",
"calcard",
"chrono",
"compact_str",
"hashify",
@@ -2667,7 +2652,7 @@ name = "groupware"
version = "0.16.0"
dependencies = [
"ahash",
"calcard 0.3.2",
"calcard",
"chrono",
"common",
"compact_str",
@@ -3573,7 +3558,7 @@ dependencies = [
"aes-gcm-siv",
"async-stream",
"base64 0.22.1",
"calcard 0.3.2",
"calcard",
"chrono",
"common",
"compact_str",
@@ -3658,7 +3643,7 @@ name = "jmap_proto"
version = "0.16.0"
dependencies = [
"ahash",
"calcard 0.3.2",
"calcard",
"compact_str",
"hashify",
"jmap-tools",
@@ -4265,28 +4250,21 @@ name = "migration"
version = "0.16.0"
dependencies = [
"base64 0.22.1",
"bincode 1.3.3",
"calcard 0.1.3",
"calcard 0.3.2",
"common",
"compact_str",
"dav-proto",
"directory",
"email",
"futures",
"groupware",
"lz4_flex 0.13.0",
"mail-auth",
"mail-parser",
"nlp",
"num_cpus",
"proc_macros",
"registry",
"rkyv",
"serde",
"serde_json",
"sieve-rs",
"smtp",
"smtp-proto",
"spam-filter",
"store",
"tokio",
"trc",
@@ -6937,7 +6915,7 @@ dependencies = [
"aes-gcm",
"aes-gcm-siv",
"base64 0.22.1",
"calcard 0.3.2",
"calcard",
"chrono",
"common",
"compact_str",
@@ -7615,7 +7593,7 @@ dependencies = [
"base64 0.22.1",
"biscuit",
"bytes",
"calcard 0.3.2",
"calcard",
"chrono",
"common",
"compact_str",