Update human-panic, but disable color

Avoid pulling in new `anstream` dependency
This commit is contained in:
link2xt
2023-03-19 14:20:34 +00:00
parent 24856f3050
commit 0c02886005
2 changed files with 3 additions and 22 deletions

View File

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