diff --git a/Cargo.lock b/Cargo.lock index 71300f2b4..7ad30c0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2468,9 +2468,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human-panic" -version = "1.2.3" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4f016c89920bbb30951a8405ecacbb4540db5524313b9445736e7e1855cf370" +checksum = "a4c5d0e9120f6bca6120d142c7ede1ba376dd6bf276d69dd3dbe6cbeb7824179" dependencies = [ "backtrace", "os_info", diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 63c5f8d32..789b3b652 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -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 = { version = "1", default-features = false } +human-panic = { version = "2", default-features = false } num-traits = "0.2" serde_json = "1.0" tokio = { version = "1.37.0", features = ["rt-multi-thread"] }