diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-22 21:52:20 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-22 21:52:20 +0100 |
commit | 78f2d86fc8be8e923d91f069406acd48edcae180 (patch) | |
tree | bebd6ec67b1d780543ba2abc0fada76ad49d7eb7 /Cargo.toml | |
parent | 0f7764d9f05b3fccfa30ddebb52997200af13bf2 (diff) | |
download | aerogramme-78f2d86fc8be8e923d91f069406acd48edcae180.tar.gz aerogramme-78f2d86fc8be8e923d91f069406acd48edcae180.zip |
WIP k2v
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |