From e31bbf4b7be2d981ad7fba0aa6de8aa180b69789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 7 Sep 2024 22:02:23 +0200 Subject: [PATCH] fix tls issues --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e343f32..2c6c501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "email-lib" version = "0.25.0" -source = "git+https://github.com/pimalaya/core#b4b99680c8103707de055dc499afd4c6c0f81275" +source = "git+https://github.com/pimalaya/core#e8b8d4f490bbdde44b672cf5fedf3ad432968799" dependencies = [ "async-trait", "chrono", @@ -2073,7 +2073,7 @@ dependencies = [ [[package]] name = "imap-client" version = "0.1.4" -source = "git+https://github.com/pimalaya/imap-client#abee5824077d7181e34a74af1d3408eb50ea0c17" +source = "git+https://github.com/pimalaya/imap-client?branch=greeting-timeout#b04dbadfee07652cf88e3d7a1df865584f73b9b4" dependencies = [ "imap-next", "once_cell", @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "imap-next" version = "0.2.0" -source = "git+https://github.com/soywod/imap-next#3b3aab74033125dc14766a203dba3b0e80163f2f" +source = "git+https://github.com/soywod/imap-next?branch=greeting-timeout#fb79a9cc438d2ab98636b84443f3345a326ab691" dependencies = [ "bytes", "imap-codec", @@ -3235,7 +3235,7 @@ dependencies = [ [[package]] name = "process-lib" version = "0.4.2" -source = "git+https://github.com/pimalaya/core#9dad2b0b59c11b0ead1932081b61409e9cb018b3" +source = "git+https://github.com/pimalaya/core#e8b8d4f490bbdde44b672cf5fedf3ad432968799" dependencies = [ "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0809336..4d49121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,8 +80,8 @@ uuid = { version = "0.8", features = ["v4"] } [patch.crates-io] imap-codec = { git = "https://github.com/duesee/imap-codec" } -imap-next = { git = "https://github.com/soywod/imap-next" } -imap-client = { git = "https://github.com/pimalaya/imap-client" } +imap-next = { git = "https://github.com/soywod/imap-next", branch = "greeting-timeout" } +imap-client = { git = "https://github.com/pimalaya/imap-client", branch = "greeting-timeout" } oauth-lib = { git = "https://github.com/pimalaya/core" } process-lib = { git = "https://github.com/pimalaya/core" } email-lib = { git = "https://github.com/pimalaya/core" }