From d823f32c3197df2e056ee59efe47ec1e96862f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Tue, 20 Aug 2024 11:38:16 +0200 Subject: [PATCH] put imap retry behind the oauth2 cargo feature --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index b2d3eb1..c51ebea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,7 +1239,7 @@ dependencies = [ [[package]] name = "email-lib" version = "0.25.0" -source = "git+https://git.sr.ht/~soywod/pimalaya#c3e3100562bd245a6a8feaf20372630837fcbb38" +source = "git+https://git.sr.ht/~soywod/pimalaya#809cc8da0943e787d67c7b16d450f1ab43822d4e" dependencies = [ "async-trait", "chrono",