summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2024-12-08 16:03:30 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2024-12-08 16:03:30 +0100
commitf5b98066b6e474bbe13051ff0a56944a562fc243 (patch)
tree99d69c23dc5a204deaf745a2e979b64ebd059519 /Cargo.lock
parent83ce24c22eff6c778adcdb067b5fc4e8940d808d (diff)
update for mail-storage version 1.1
This adds the new method ListSearch and deprecates the methods List and Search. This also redoes pagination which is now keyset based instead of offset based. https://blog.sequinstream.com/keyset-cursors-not-offsets-for-postgres-pagination/ This version also adds an optimization so that reading only the header is required when only header data is required.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3d582b0..663fd6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -206,7 +206,7 @@ dependencies = [
[[package]]
name = "jwebmail-extract"
-version = "0.8.1"
+version = "0.9.0"
dependencies = [
"base64",
"chrono",