From 42e6c15ca2d598efaec928e61461a3afa66e05e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:35:02 +0000 Subject: [PATCH] Bump human-panic from 1.1.5 to 1.2.0 Bumps [human-panic](https://github.com/rust-cli/human-panic) from 1.1.5 to 1.2.0. - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/human-panic/compare/v1.1.5...v1.2.0) --- updated-dependencies: - dependency-name: human-panic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20c7389..3941e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,12 +116,26 @@ dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", - "anstyle-wincon", + "anstyle-wincon 1.0.1", "colorchoice", "is-terminal", "utf8parse", ] +[[package]] +name = "anstream" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon 2.1.0", + "colorchoice", + "utf8parse", +] + [[package]] name = "anstyle" version = "1.0.1" @@ -156,6 +170,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "anstyle-wincon" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" +dependencies = [ + "anstyle", + "windows-sys 0.48.0", +] + [[package]] name = "anyhow" version = "1.0.71" @@ -743,7 +767,7 @@ version = "4.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d" dependencies = [ - "anstream", + "anstream 0.3.2", "anstyle", "clap_lex 0.5.0", "strsim 0.10.0", @@ -2800,11 +2824,11 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "human-panic" -version = "1.1.5" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a841f87949b0dd751864e769a870be79dc34abcee1cf31d737a61d498b22b6" +checksum = "eb2df2fb4e13fa697d21d93061ebcbbd876f5ef643b48ff59cfab57a726ef140" dependencies = [ - "anstream", + "anstream 0.5.0", "anstyle", "backtrace", "os_info", diff --git a/Cargo.toml b/Cargo.toml index c720feb..c7cfac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ structopt = "0.3" base64 = "0.13" serde = "1.0" futures = "0.3" -human-panic = "1.0.3" +human-panic = "1.2.0" tracing = "0.1.26" one_err = "0.0.8" sodoken = "0.0.9"