aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-25 11:35:33 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-25 11:35:33 +0100
commit93c0aa4b3a89201530520c46986659731a43cad6 (patch)
tree293c46d8c200dbd9b4fb23f42da8774b242a86a2 /Cargo.toml
parent414634f5975a6157e459619c44f10f64c17a09c6 (diff)
downloadaerogramme-93c0aa4b3a89201530520c46986659731a43cad6.tar.gz
aerogramme-93c0aa4b3a89201530520c46986659731a43cad6.zip
Various post-release fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a02d1a3..061bdec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,7 @@ aws-config = { version = "1.1.1", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.9.0"
# email protocols
-eml-codec = { git = "https://git.deuxfleurs.fr/Deuxfleurs/eml-codec.git", branch = "main" }
+eml-codec = "0.1.2"
smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }
smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }
imap-codec = { version = "2.0.0", features = ["bounded-static", "ext_condstore_qresync"] }