Commit
Author: Kevin Schoon [me@kevinschoon.com]
Hash: 24db6a62494c5d85a3b5767fc51038bc50fd9c62
Timestamp: Fri, 25 Oct 2024 08:13:36 +0000 (1 month ago)

+1 -4 +/-1 browse
replace instead of patch mail-auth for now
1diff --git a/maitred/Cargo.toml b/maitred/Cargo.toml
2index bdfb376..c52eefe 100644
3--- a/maitred/Cargo.toml
4+++ b/maitred/Cargo.toml
5 @@ -10,7 +10,7 @@ bytes = "1.8.0"
6 crossbeam-deque = { version = "0.8.5", optional = true }
7 email_address = "0.2.9"
8 futures = "0.3.31"
9- mail-auth = "0.5.0"
10+ mail-auth = { git = "https://github.com/stalwartlabs/mail-auth.git", branch = "main" }
11 mail-builder = "0.3.2"
12 mail-parser = { version = "0.9.4", features = ["serde", "serde_support"] }
13 maildir = "0.6.4"
14 @@ -47,6 +47,3 @@ auth = [
15 "base64",
16 "server"
17 ]
18-
19- [patch.crates-io]
20- mail-auth = { git = "https://github.com/stalwartlabs/mail-auth.git", branch = "main" }