Skip to content

Commit c3cac77

Browse files
committed
Update imap-codec dependency to 2.0.0-alpha.4
Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent 27486f2 commit c3cac77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

melib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ encoding = { version = "0.2.33", default-features = false }
2929
encoding_rs = { version = "^0.8" }
3030
flate2 = { version = "1.0.16" }
3131
futures = { version = "0.3.30", default-features = false, features = ["async-await", "executor", "std"] }
32-
imap-codec = { version = "2.0.0-alpha.1", features = ["ext_condstore_qresync", "ext_id", "ext_uidplus"], optional = true }
32+
imap-codec = { version = "2.0.0-alpha.4", features = ["ext_condstore_qresync", "ext_id"], optional = true }
3333
indexmap = { version = "^2.3", default-features = false, features = ["serde", "std"] }
3434
isahc = { version = "^1.7.2", optional = true, default-features = false, features = ["http2", "json", "text-decoding"] }
3535
libc = { version = "0.2.125", features = ["extra_traits"] }

0 commit comments

Comments
 (0)