chore(cargo): replace unmaintained ansi_term with nu-ansi-term

This commit is contained in:
link2xt
2024-09-01 10:47:08 +00:00
parent 9d47be0d8a
commit be73076e9e
7 changed files with 8 additions and 20 deletions

View File

@@ -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"] }