aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-10 14:45:36 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-10 14:45:36 +0100
commit0c6e745d11725b4a15d2c380f5bb60067c26ddd9 (patch)
tree6e29c4012b75df51dd75afc32c8ac8bcd0070868 /Cargo.lock
parent20193aa023b3f6a6d24d8127f1d8dcb81a43aa3b (diff)
downloadaerogramme-0c6e745d11725b4a15d2c380f5bb60067c26ddd9.tar.gz
aerogramme-0c6e745d11725b4a15d2c380f5bb60067c26ddd9.zip
update imap-codec
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f8d3bf9..fed2cd5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1806,7 +1806,8 @@ dependencies = [
[[package]]
name = "imap-codec"
-version = "1.0.0"
+version = "2.0.0"
+source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#4c7891d400e69c864fc079463bbd2c28e2d46cf3"
dependencies = [
"abnf-core",
"base64 0.21.5",
@@ -1821,7 +1822,7 @@ dependencies = [
[[package]]
name = "imap-flow"
version = "0.1.0"
-source = "git+https://github.com/duesee/imap-flow.git?rev=e45ce7bb6ab6bda3c71a0c7b05e9b558a5902e90#e45ce7bb6ab6bda3c71a0c7b05e9b558a5902e90"
+source = "git+https://github.com/superboum/imap-flow.git?branch=custom/aerogramme#525429781f375580cba824de584593b242245ff7"
dependencies = [
"bounded-static",
"bytes",
@@ -1832,7 +1833,8 @@ dependencies = [
[[package]]
name = "imap-types"
-version = "1.0.0"
+version = "2.0.0"
+source = "git+https://github.com/superboum/imap-codec?branch=custom/aerogramme#4c7891d400e69c864fc079463bbd2c28e2d46cf3"
dependencies = [
"base64 0.21.5",
"bounded-static",