From 10fed7d7de7051bc8b78e08cdf3d474c16514920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:56:17 +0000 Subject: [PATCH] chore(cargo): bump human-panic from 1.2.3 to 2.0.0 Bumps [human-panic](https://github.com/rust-cli/human-panic) from 1.2.3 to 2.0.0. - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/human-panic/compare/v1.2.3...v2.0.0) --- updated-dependencies: - dependency-name: human-panic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- deltachat-ffi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }