From 782828ac4fd8fc7a2fd55d5bcbb4414eb94544f3 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 30 Jan 2024 20:12:07 +0000 Subject: [PATCH] chore(deps): update imap-proto --- Cargo.lock | 5 +++-- Cargo.toml | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62efecad2..2c973e6ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2559,8 +2559,9 @@ dependencies = [ [[package]] name = "imap-proto" -version = "0.16.3" -source = "git+https://github.com/djc/tokio-imap.git?rev=01ff256a7e42a9f7d2732706f8b71a16ce93427e#01ff256a7e42a9f7d2732706f8b71a16ce93427e" +version = "0.16.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22e70cd66882c8cb1c9802096ba75212822153c51478dc61621e1a22f6c92361" dependencies = [ "nom", ] diff --git a/Cargo.toml b/Cargo.toml index 5ec9392ec..f438f4378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,9 +30,6 @@ opt-level = "z" codegen-units = 1 strip = true -[patch.crates-io] -imap-proto = { git = "https://github.com/djc/tokio-imap.git", rev = "01ff256a7e42a9f7d2732706f8b71a16ce93427e" } - [dependencies] deltachat_derive = { path = "./deltachat_derive" } format-flowed = { path = "./format-flowed" }