Reimplement connection pool on top of crossbeam

This commit is contained in:
link2xt
2023-02-19 01:08:17 +00:00
parent e88f21c010
commit f2b05ccc29
4 changed files with 18 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ backtrace = "0.3"
base64 = "0.21"
bitflags = "1.3"
chrono = { version = "0.4", default-features=false, features = ["clock", "std"] }
crossbeam-queue = "0.3"
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
encoded-words = { git = "https://github.com/async-email/encoded-words", branch = "master" }
escaper = "0.1"
@@ -54,7 +55,6 @@ num_cpus = "1.15"
num-derive = "0.3"
num-traits = "0.2"
once_cell = "1.17.0"
parking_lot = "0.12"
percent-encoding = "2.2"
pgp = { version = "0.9", default-features = false }
pretty_env_logger = { version = "0.4", optional = true }