mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
update deps
and switch to new channels in async-std@1.8
This commit is contained in:
committed by
Floris Bruynooghe
parent
93bd9422e7
commit
b3fe74e0f0
@@ -341,7 +341,7 @@ async fn configure(ctx: &Context, param: &mut LoginParam) -> Result<()> {
|
||||
progress!(ctx, 600);
|
||||
|
||||
// Configure IMAP
|
||||
let (_s, r) = async_std::sync::channel(1);
|
||||
let (_s, r) = async_std::channel::bounded(1);
|
||||
let mut imap = Imap::new(r);
|
||||
|
||||
let mut imap_configured = false;
|
||||
|
||||
Reference in New Issue
Block a user