From f8b495d95aeec9227303940a2c1ade7d9eeb9c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:02:02 -0500 Subject: [PATCH] Bump human-panic from 2.0.1 to 2.0.2 (#330) Bumps [human-panic](https://github.com/rust-cli/human-panic) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/human-panic/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: human-panic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a50fca1..52b89ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,9 +418,9 @@ dependencies = [ [[package]] name = "human-panic" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c5a08ed290eac04006e21e63d32e90086b6182c7cd0452d10f4264def1fec9a" +checksum = "80b84a66a325082740043a6c28bbea400c129eac0d3a27673a1de971e44bf1f7" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index a3128b3..8313349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap_complete = "4.5.33" comfy-table = "7.1.1" dialoguer = "0.11.0" pretty_env_logger = "0.5.0" -human-panic = "2.0.1" +human-panic = "2.0.2" itertools = "0.13.0" log = "0.4.22" tikv-jemallocator-global = "0.6.0"