aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-12-22 21:52:20 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-12-22 21:52:20 +0100
commit78f2d86fc8be8e923d91f069406acd48edcae180 (patch)
treebebd6ec67b1d780543ba2abc0fada76ad49d7eb7 /Cargo.toml
parent0f7764d9f05b3fccfa30ddebb52997200af13bf2 (diff)
downloadaerogramme-78f2d86fc8be8e923d91f069406acd48edcae180.tar.gz
aerogramme-78f2d86fc8be8e923d91f069406acd48edcae180.zip
WIP k2v
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 0e606cf..ce8cc8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ tower = "0.4"
imap-codec = { git = "https://github.com/superboum/imap-codec.git", branch = "v0.5.x" }
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
-k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", tag = "v0.8.2" }
+k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", tag = "v0.9.0" }
boitalettres = { git = "https://git.deuxfleurs.fr/quentin/boitalettres.git", branch = "expose-mydatetime" }
smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }
smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" }