Update imap-codec dependency to 2.0.0-alpha.4

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/501/head
Manos Pitsidianakis 2 weeks ago
parent 27486f2908
commit c3cac77dee
No known key found for this signature in database
GPG Key ID: 7729C7707F7E09D0

8
Cargo.lock generated

@ -1041,9 +1041,9 @@ dependencies = [
[[package]]
name = "imap-codec"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5b3f6b7f1c1dcba79867482c6fd94c0539b0115752397a7e7d0aff20f7e04d"
checksum = "f584310addd1fb8fe288e4f07c279fec9264ac1ea68b018241ae4dcd4fb28557"
dependencies = [
"abnf-core",
"base64",
@ -1055,9 +1055,9 @@ dependencies = [
[[package]]
name = "imap-types"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dafc29c11ece4433e74bf11b750cbd3135b0cf342975e29503503a1489cb00b"
checksum = "d601d81f11962a649acc2d535ad7311770e30364b4a978a762de291829c9ef53"
dependencies = [
"base64",
"bounded-static",

@ -29,7 +29,7 @@ encoding = { version = "0.2.33", default-features = false }
encoding_rs = { version = "^0.8" }
flate2 = { version = "1.0.16" }
futures = { version = "0.3.30", default-features = false, features = ["async-await", "executor", "std"] }
imap-codec = { version = "2.0.0-alpha.1", features = ["ext_condstore_qresync", "ext_id", "ext_uidplus"], optional = true }
imap-codec = { version = "2.0.0-alpha.4", features = ["ext_condstore_qresync", "ext_id"], optional = true }
indexmap = { version = "^2.3", default-features = false, features = ["serde", "std"] }
isahc = { version = "^1.7.2", optional = true, default-features = false, features = ["http2", "json", "text-decoding"] }
libc = { version = "0.2.125", features = ["extra_traits"] }

Loading…
Cancel
Save