chore(deps): update imap-proto

This commit is contained in:
link2xt
2024-01-30 20:12:07 +00:00
parent bd3759d55e
commit 782828ac4f
2 changed files with 3 additions and 5 deletions

5
Cargo.lock generated
View File

@@ -2559,8 +2559,9 @@ dependencies = [
[[package]] [[package]]
name = "imap-proto" name = "imap-proto"
version = "0.16.3" version = "0.16.4"
source = "git+https://github.com/djc/tokio-imap.git?rev=01ff256a7e42a9f7d2732706f8b71a16ce93427e#01ff256a7e42a9f7d2732706f8b71a16ce93427e" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e70cd66882c8cb1c9802096ba75212822153c51478dc61621e1a22f6c92361"
dependencies = [ dependencies = [
"nom", "nom",
] ]

View File

@@ -30,9 +30,6 @@ opt-level = "z"
codegen-units = 1 codegen-units = 1
strip = true strip = true
[patch.crates-io]
imap-proto = { git = "https://github.com/djc/tokio-imap.git", rev = "01ff256a7e42a9f7d2732706f8b71a16ce93427e" }
[dependencies] [dependencies]
deltachat_derive = { path = "./deltachat_derive" } deltachat_derive = { path = "./deltachat_derive" }
format-flowed = { path = "./format-flowed" } format-flowed = { path = "./format-flowed" }