aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-02-20 13:24:42 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-02-20 13:24:42 +0100
commit64b474f682a3c519ca1bda279132273a53ca2115 (patch)
tree2a59f788090bdc007db4c3393335eb77fcea417e /Cargo.lock
parent28b1f4f14dffc5dcd5152ce931f6c50b17c134db (diff)
downloadaerogramme-64b474f682a3c519ca1bda279132273a53ca2115.tar.gz
aerogramme-64b474f682a3c519ca1bda279132273a53ca2115.zip
Unsollicited response on APPEND was wrong, upgrade imap-flow to fix LITERAL+
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c37165a..50e7b02 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1869,7 +1869,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite 0.2.13",
- "socket2 0.5.5",
+ "socket2 0.4.10",
"tokio",
"tower-service",
"tracing",
@@ -1980,13 +1980,15 @@ dependencies = [
[[package]]
name = "imap-flow"
version = "0.1.0"
-source = "git+https://github.com/superboum/imap-flow.git?branch=custom/aerogramme#60ff9e082ccfcd10a042b616d8038a578fa0c8ff"
+source = "git+https://github.com/superboum/imap-flow.git?branch=custom/aerogramme#2bea066da1e09ad04bb5fb71b0dd8d6e5d9e3d19"
dependencies = [
"bounded-static",
"bytes",
"imap-codec",
+ "imap-types",
"thiserror",
"tokio",
+ "tracing",
]
[[package]]