diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-11 10:10:00 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-11 10:10:00 +0100 |
commit | 917c32ae0b6fa3161cebdfeec748b2db0bbc1c70 (patch) | |
tree | 0b8cbd4111a44572fcd65e3396fcd3a2aabec8fa /Cargo.lock | |
parent | f4cbf665496640f4ac7cf4ac63ab2beced674978 (diff) | |
download | aerogramme-917c32ae0b6fa3161cebdfeec748b2db0bbc1c70.tar.gz aerogramme-917c32ae0b6fa3161cebdfeec748b2db0bbc1c70.zip |
MODSEQ search key first implementation
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1807,7 +1807,7 @@ dependencies = [ [[package]] name = "imap-codec" version = "2.0.0" -source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#990e709450ff4f8986b08d2b84e28f651b74f181" +source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#088fa93bfb4040fc4364aa6e9487fff4375429c3" 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#990e709450ff4f8986b08d2b84e28f651b74f181" +source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#088fa93bfb4040fc4364aa6e9487fff4375429c3" dependencies = [ "base64 0.21.5", "bounded-static", |