From 7aff3bbf9d1bfb25cd5c5a3d232a4dda49760592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 1 Jun 2023 12:47:02 +0200 Subject: [PATCH] fix imap list envelopes pagination --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63c7aa4..0efc2c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "pimalaya-email" version = "0.9.0" -source = "git+https://git.sr.ht/~soywod/pimalaya#7d04240d0c4c7b98eeee17d4470a742043fef8d3" +source = "git+https://git.sr.ht/~soywod/pimalaya#491425006ad3facfe9e17f1d27d3e2f0e525161a" dependencies = [ "advisory-lock", "ammonia", @@ -2111,7 +2111,7 @@ dependencies = [ [[package]] name = "pimalaya-email-tpl" version = "0.2.0" -source = "git+https://git.sr.ht/~soywod/pimalaya#7d04240d0c4c7b98eeee17d4470a742043fef8d3" +source = "git+https://git.sr.ht/~soywod/pimalaya#491425006ad3facfe9e17f1d27d3e2f0e525161a" dependencies = [ "chumsky 0.9.0", "log",