aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-11 11:55:40 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-11 11:55:40 +0100
commita9d33c67080fd08b057501c36a07fade351bd83d (patch)
treea499d27f24db85811a39ec513ef7708eed2151f1 /Cargo.lock
parentfbf2e9aa9670c991f5384350b2c78ad38dc3baf8 (diff)
downloadaerogramme-a9d33c67080fd08b057501c36a07fade351bd83d.tar.gz
aerogramme-a9d33c67080fd08b057501c36a07fade351bd83d.zip
MODSEQ is now returned on non empty search results
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 54972a4..dae5cb9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1807,7 +1807,7 @@ dependencies = [
[[package]]
name = "imap-codec"
version = "2.0.0"
-source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#088fa93bfb4040fc4364aa6e9487fff4375429c3"
+source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#3fdc1f3184ec121823d44b3f39e56b448ac80751"
dependencies = [
"abnf-core",
"base64 0.21.5",
@@ -1834,7 +1834,7 @@ dependencies = [
[[package]]
name = "imap-types"
version = "2.0.0"
-source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#088fa93bfb4040fc4364aa6e9487fff4375429c3"
+source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#3fdc1f3184ec121823d44b3f39e56b448ac80751"
dependencies = [
"base64 0.21.5",
"bounded-static",