mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
chore(cargo): replace unmaintained ansi_term with nu-ansi-term
This commit is contained in:
@@ -6,11 +6,11 @@ edition = "2021"
|
||||
repository = "https://github.com/deltachat/deltachat-core-rust"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
deltachat = { workspace = true, features = ["internals"]}
|
||||
dirs = "5"
|
||||
log = { workspace = true }
|
||||
nu-ansi-term = { workspace = true }
|
||||
rusqlite = { workspace = true }
|
||||
rustyline = "14"
|
||||
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user