mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
chore(cargo): replace unmaintained ansi_term with nu-ansi-term
This commit is contained in:
@@ -2890,7 +2890,7 @@ Hi."#;
|
||||
bob.recv_msg(&sent_msg).await;
|
||||
let contact = Contact::get_by_id(&bob, *contacts.first().unwrap()).await?;
|
||||
|
||||
let green = ansi_term::Color::Green.normal();
|
||||
let green = nu_ansi_term::Color::Green.normal();
|
||||
assert!(
|
||||
contact.was_seen_recently(),
|
||||
"{}",
|
||||
|
||||
Reference in New Issue
Block a user