From 04b9727f91ec3c8d7675619eb54cf6d399adf9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:57:20 +0000 Subject: [PATCH] Bump human-panic from 1.1.4 to 1.1.5 Bumps [human-panic](https://github.com/rust-cli/human-panic) from 1.1.4 to 1.1.5. - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/human-panic/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: human-panic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e83faa90..26173e121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1993,9 +1993,9 @@ dependencies = [ [[package]] name = "human-panic" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c16465f6227e18e5a64eba488245d7b2974d4db0c4404ca5a69b550defa18d0a" +checksum = "38a841f87949b0dd751864e769a870be79dc34abcee1cf31d737a61d498b22b6" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 22089067b..2b2c2ad0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ gix = { version = "0.46.0", default-features = false, features = [ "max-performance-safe", ] } git2 = { version = "0.17.2", default-features = false } -human-panic = "1.1.4" +human-panic = "1.1.5" image = "0.24.6" num-format = "0.4.4" onefetch-ascii = { path = "ascii", version = "2.17.1" }