Author:
Hash:
Timestamp:
+1 -4 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
24db6a62494c5d85a3b5767fc51038bc50fd9c62
Fri, 25 Oct 2024 08:13:36 +0000 (1.0 years ago)
| 1 | diff --git a/maitred/Cargo.toml b/maitred/Cargo.toml |
| 2 | index 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" } |