mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
Update human-panic, but disable color
Avoid pulling in new `anstream` dependency
This commit is contained in:
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "staticlib"]
|
||||
deltachat = { path = "../", default-features = false }
|
||||
deltachat-jsonrpc = { path = "../deltachat-jsonrpc", optional = true }
|
||||
libc = "0.2"
|
||||
human-panic = "1"
|
||||
human-panic = { version = "1", default-features = false }
|
||||
num-traits = "0.2"
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
|
||||
Reference in New Issue
Block a user