diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 21:23:56 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 21:23:56 +0200 |
commit | 0450570f7682ee2735f53619681abd6a9ccff912 (patch) | |
tree | 5c8a448d4b86f294496a74978f5ee88a804d7ca1 /Cargo.toml | |
parent | 62b5cf070cf611b7f5d44a9e55befad121e5c603 (diff) | |
download | aerogramme-0450570f7682ee2735f53619681abd6a9ccff912.tar.gz aerogramme-0450570f7682ee2735f53619681abd6a9ccff912.zip |
finalize for release 0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ log = "0.4" rusoto_core = { version = "0.48.0", default_features = false, features = ["rustls"] } rusoto_credential = "0.48.0" rusoto_s3 = { version = "0.48.0", default_features = false, features = ["rustls"] } - +hyper-rustls = { version = "0.24", features = ["http2"] } rusoto_signature = "0.48.0" serde = "1.0.137" rand = "0.8.5" @@ -44,7 +44,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", branch = "main" } +k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", tag = "v0.8.2" } 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" } |