From 114db7ff418db3a8317fc109dafdab1777f80125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:44:10 +0000 Subject: [PATCH] Bump human-panic from 1.1.5 to 1.2.1 Bumps [human-panic](https://github.com/rust-cli/human-panic) from 1.1.5 to 1.2.1. - [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.1) --- 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 bde4b3e..ffc15cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,12 +41,26 @@ dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", - "anstyle-wincon", + "anstyle-wincon 1.0.1", "colorchoice", "is-terminal", "utf8parse", ] +[[package]] +name = "anstream" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon 3.0.1", + "colorchoice", + "utf8parse", +] + [[package]] name = "anstyle" version = "1.0.1" @@ -81,6 +95,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "anstyle-wincon" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" +dependencies = [ + "anstyle", + "windows-sys 0.48.0", +] + [[package]] name = "anyhow" version = "1.0.75" @@ -202,7 +226,7 @@ version = "4.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e" dependencies = [ - "anstream", + "anstream 0.3.2", "anstyle", "clap_lex", "strsim", @@ -388,11 +412,11 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "human-panic" -version = "1.1.5" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a841f87949b0dd751864e769a870be79dc34abcee1cf31d737a61d498b22b6" +checksum = "b82da652938b83f94cfdaaf9ae7aaadb8430d84b0dfda226998416318727eac2" dependencies = [ - "anstream", + "anstream 0.6.4", "anstyle", "backtrace", "os_info", diff --git a/Cargo.toml b/Cargo.toml index ce21e47..396d3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ tui-input = "0.8" duct = "0.13" anyhow = "1.0" backtrace = "0.3" -human-panic = "1.1" +human-panic = "1.2" base64 = "0.21.4" jsonwebtoken = "8.3.0" chrono = "0.4.31"